Ticket #40419: Portfile-gnumeric.diff
File Portfile-gnumeric.diff, 1.1 KB (added by c.herbig@…, 11 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 110546 2013-09-01 23:08:29Z macsforever2000@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup active_variants 1.0 5 6 6 7 name gnumeric 7 8 version 1.12.7 9 revision 1 8 10 set branch [join [lrange [split ${version} .] 0 1] .] 9 11 10 12 license GPL-2+ … … 63 65 default_variants +python27 64 66 } 65 67 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 68 variant quartz description {build with gtk-osx-application support} { 69 require_active_variants gtk3 quartz 70 require_active_variants gtk-osx-application gtk3 71 72 depends_lib-append port:gtk-osx-application 73 74 patchfiles-append patch_quartz-src-wbc-gtk.c.diff \ 75 patch_quartz-src-GNOME_Gnumeric-gtk.xml.in.diff 70 76 } 71 77 72 78 post-activate {