66 | | if {[variant_isset python25]} { |
67 | | # variant +python25 was declared obsolete on 7/28/2013 |
68 | | ui_error "Gnumeric python needs python 2.6 or 2.7, please consider reinstalling." |
69 | | return -code error |
| 67 | variant quartz description {build with gtk-osx-application support} { |
| 68 | require_active_variants gtk3 quartz |
| 69 | require_active_variants gtk-osx-application gtk3 |
| 70 | |
| 71 | depends_lib-append port:gtk-osx-application |
| 72 | |
| 73 | patchfiles-append patch_quartz-src-wbc-gtk.c.diff \ |
| 74 | patch_quartz-src-GNOME_Gnumeric-gtk.xml.in.diff |