Ticket #40419: Portfile-gnumeric.2.diff

File Portfile-gnumeric.2.diff, 958 bytes (added by c.herbig@…, 11 years ago)

removes revision 1

  • Portfile

    old new  
    22# $Id: Portfile 110546 2013-09-01 23:08:29Z macsforever2000@macports.org $
    33
    44PortSystem          1.0
     5PortGroup           active_variants 1.0
    56
    67name                gnumeric
    78version             1.12.7
     
    6364    default_variants +python27
    6465}
    6566
    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
     67variant 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
    7075}
    7176
    7277post-activate {