Ticket #50482: Portfile.diff
File Portfile.diff, 1.2 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 9 years ago) |
---|
-
Portfile
old new 8 8 conflicts gimp2-devel gimp3-devel 9 9 # please remember to update the gimp metapackage to match 10 10 version 2.8.16 11 revision 111 revision 2 12 12 license GPL-3+ 13 13 categories graphics 14 14 maintainers devans … … 155 155 --x-includes=${prefix}/include \ 156 156 --x-libraries=${prefix}/lib 157 157 configure.args-append --without-x 158 configure.ldflags-append -framework Carbon159 160 #161 # if variant is +quartz lcms plugin uses 32 bit only Carbon API162 #163 164 if {${build_arch} eq "x86_64" || ${build_arch} eq "ppc64"} {165 configure.args-replace --with-lcms=2 --without-lcms166 }167 158 } 168 159 169 160 variant help_browser description {Enable Gimp help browser} { … … 181 172 # set default variants 182 173 # 183 174 184 # help browser uses webkit-gtk which currently doesn't build +quartz (#47936)185 186 175 if {[variant_isset quartz]} { 187 default_variants -gvfs -help_browser +python27176 default_variants -gvfs +help_browser +python27 188 177 } else { 189 178 default_variants +help_browser +python27 190 179 }