Ticket #40045: Portfile-goffice.diff
File Portfile-goffice.diff, 821 bytes (added by c.herbig@…, 11 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 108339 2013-07-20 00:34:43Z dports@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup active_variants 1.1 5 6 6 7 name goffice 7 8 epoch 1 … … 32 33 port:librsvg \ 33 34 path:lib/pkgconfig/glib-2.0.pc:glib2 34 35 36 37 variant quartz description {Build with gtk-osx-application} { 38 depends_lib-append port:gtk-osx-application 39 40 patchfiles-append patch_quartz-goffice.c.diff 41 } 42 43 if {[variant_isset quartz]} { 44 require_active_variants gtk3 quartz 45 require_active_variants gtk-osx-application gtk3 46 } 47 48 35 49 use_parallel_build yes 36 50 37 51 livecheck.type gnome