Revision
145267
Author
devans@macports.org
Date
2016-01-29 23:20:01 -0800 (Fri, 29 Jan 2016)

Log Message

gimp3-devel: +quartz now builds with help browser by default, increment revision.

Modified Paths

Diff

Modified: trunk/dports/graphics/gimp3-devel/Portfile (145266 => 145267)


--- trunk/dports/graphics/gimp3-devel/Portfile	2016-01-30 06:47:29 UTC (rev 145266)
+++ trunk/dports/graphics/gimp3-devel/Portfile	2016-01-30 07:20:01 UTC (rev 145267)
@@ -10,6 +10,7 @@
 set git_commit      a885dd9983ee25a0cac5bf6d60e5c65bd5dc5b93
 set git_date        20160104
 version             2.99.0-${git_date}
+revision            1
 license             GPL-3+
 categories          graphics
 maintainers         devans
@@ -144,7 +145,6 @@
                           --x-includes=${prefix}/include \
                           --x-libraries=${prefix}/lib
     configure.args-append --without-x
-    configure.ldflags-append   -framework Carbon
 }
 
 variant help_browser description {Enable Gimp help browser} {
@@ -162,14 +162,8 @@
 # set default variants
 #
 
-# help browser uses webkit-gtk which currently doesn't build +quartz (#47936)
+default_variants    +help_browser +python27
 
-if {[variant_isset quartz]} {
-    default_variants    -help_browser +python27
-} else {
-    default_variants    +help_browser +python27
-}
-
 # create unversioned symbolic link to versioned executable for compatibility with gimp-app
 
 post-destroot {