Revision
149625
Author
devans@macports.org
Date
2016-06-28 01:34:16 -0700 (Tue, 28 Jun 2016)

Log Message

gimp2-devel: add explicit dependency on openexr, increment revision to rebuild with openexr 2.2.0, broken mac twain support removed.

Modified Paths

Diff

Modified: trunk/dports/graphics/gimp2-devel/Portfile (149624 => 149625)


--- trunk/dports/graphics/gimp2-devel/Portfile	2016-06-28 08:30:57 UTC (rev 149624)
+++ trunk/dports/graphics/gimp2-devel/Portfile	2016-06-28 08:34:16 UTC (rev 149625)
@@ -10,6 +10,7 @@
 set git_commit      8370fb13a7458e04ed86fe6bff61912d720dbda5
 set git_date        20160517
 version             2.9.3-${git_date}
+revision            1
 license             GPL-3+
 categories          graphics
 maintainers         devans
@@ -53,6 +54,7 @@
                     port:ghostscript \
                     port:libpng \
                     port:libmng \
+                    port:openexr \
                     port:gexiv2 \
                     port:aalib \
                     port:xpm \
@@ -106,14 +108,6 @@
                     --without-gudev \
                     --without-webkit
 
-# --without-mac-twain:
-#     Leopard's 64bit Carbon is missing QuitApplicationEventLoop
-#     It doesn't build any more anyway:
-#         https://trac.macports.org/ticket/35168
-
-configure.args-append \
-                    --without-mac-twain
-
 variant python27 description {Build with python plugin support using python 2.7} {
     configure.args-delete     --disable-python
     configure.python          ${prefix}/bin/python2.7