Ticket #50482: Portfile.diff

File Portfile.diff, 1.2 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 8 years ago)
  • Portfile

    old new  
    88conflicts           gimp2-devel gimp3-devel
    99# please remember to update the gimp metapackage to match
    1010version             2.8.16
    11 revision            1
     11revision            2
    1212license             GPL-3+
    1313categories          graphics
    1414maintainers         devans
     
    155155                          --x-includes=${prefix}/include \
    156156                          --x-libraries=${prefix}/lib
    157157    configure.args-append --without-x
    158     configure.ldflags-append   -framework Carbon
    159 
    160 #
    161 # if variant is +quartz lcms plugin uses 32 bit only Carbon API
    162 #
    163 
    164     if {${build_arch} eq "x86_64" || ${build_arch} eq "ppc64"} {
    165         configure.args-replace --with-lcms=2 --without-lcms
    166     }
    167158}
    168159
    169160variant help_browser description {Enable Gimp help browser} {
     
    181172# set default variants
    182173#
    183174
    184 # help browser uses webkit-gtk which currently doesn't build +quartz (#47936)
    185 
    186175if {[variant_isset quartz]} {
    187     default_variants    -gvfs -help_browser +python27
     176    default_variants    -gvfs +help_browser +python27
    188177} else {
    189178    default_variants    +help_browser +python27
    190179}