[87912] trunk/dports/graphics

devans at macports.org devans at macports.org
Sun Dec 11 18:22:55 PST 2011


Revision: 87912
          http://trac.macports.org/changeset/87912
Author:   devans at macports.org
Date:     2011-12-11 18:22:52 -0800 (Sun, 11 Dec 2011)
Log Message:
-----------
gimp2, gimp2-devel: add missing dependencies xorg-libXmu, xpm.

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile
    trunk/dports/graphics/gimp2-devel/Portfile

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2011-12-12 01:44:17 UTC (rev 87911)
+++ trunk/dports/graphics/gimp2/Portfile	2011-12-12 02:22:52 UTC (rev 87912)
@@ -51,7 +51,9 @@
                 port:libgnomeui \
                 port:curl \
                 port:libwmf \
-                port:lcms
+                port:lcms \
+                port:xorg-libXmu \
+                port:xpm
 
 patchfiles      patch-etc-gimprc.diff \
                 patch-plug-ins-twain-tw_mac.c.diff \
@@ -140,6 +142,8 @@
 }
 
 variant quartz {
+    depends_lib-delete    port:xorg-libXmu \
+                          port:xpm
     configure.args-delete --with-x \
                           --x-includes=${prefix}/include \
                           --x-libraries=${prefix}/lib

Modified: trunk/dports/graphics/gimp2-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp2-devel/Portfile	2011-12-12 01:44:17 UTC (rev 87911)
+++ trunk/dports/graphics/gimp2-devel/Portfile	2011-12-12 02:22:52 UTC (rev 87912)
@@ -60,7 +60,9 @@
                 port:curl \
                 port:libwmf \
                 port:lcms \
-                port:dbus-glib
+                port:dbus-glib \
+                port:xorg-libXmu \
+                port:xpm
 
 patchfiles      patch-etc-gimprc.diff \
                 patch-plug-ins-twain-tw_mac.c.diff \
@@ -151,6 +153,8 @@
 }
 
 variant quartz {
+    depends_lib-delete    port:xorg-libXmu \
+                          port:xpm
     configure.args-delete --with-x \
                           --x-includes=${prefix}/include \
                           --x-libraries=${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111211/91229d28/attachment-0001.html>


More information about the macports-changes mailing list