[57731] trunk/dports/graphics/gimp/Portfile
devans at macports.org
devans at macports.org
Tue Sep 15 12:37:21 PDT 2009
Revision: 57731
http://trac.macports.org/changeset/57731
Author: devans at macports.org
Date: 2009-09-15 12:37:18 -0700 (Tue, 15 Sep 2009)
Log Message:
-----------
gimp: macclipboard-gimp, macfile-gimp not supported on snow leopard, see #21391.
Modified Paths:
--------------
trunk/dports/graphics/gimp/Portfile
Modified: trunk/dports/graphics/gimp/Portfile
===================================================================
--- trunk/dports/graphics/gimp/Portfile 2009-09-15 19:22:16 UTC (rev 57730)
+++ trunk/dports/graphics/gimp/Portfile 2009-09-15 19:37:18 UTC (rev 57731)
@@ -28,9 +28,15 @@
port:xsane
platform macosx {
- depends_lib-append port:gimp-app \
- port:macclipboard-gimp \
- port:macfile-gimp
+ depends_lib-append port:gimp-app
+ #
+ # these use the deprecated QuickDraw API that is no longer
+ # supported on snow leopard #21391
+ #
+ if { "darwin" == ${os.platform} && 10 > ${os.major} } {
+ depends_lib-append port:macclipboard-gimp \
+ port:macfile-gimp
+ }
}
distfiles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090915/e18cdcf3/attachment.html>
More information about the macports-changes
mailing list