[37580] trunk/dports/graphics/gimp2/Portfile

jmr at macports.org jmr at macports.org
Fri Jun 13 20:20:32 PDT 2008


Revision: 37580
          http://trac.macosforge.org/projects/macports/changeset/37580
Author:   jmr at macports.org
Date:     2008-06-13 20:20:30 -0700 (Fri, 13 Jun 2008)

Log Message:
-----------
gimp2: remove poppler dependency when building on 10.3 (#15603)

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

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2008-06-13 20:25:38 UTC (rev 37579)
+++ trunk/dports/graphics/gimp2/Portfile	2008-06-14 03:20:30 UTC (rev 37580)
@@ -38,6 +38,11 @@
                 port:poppler \
                 port:py25-gtk
 
+platform darwin 7 {
+    # poppler currently can't be built on 10.3 (see #15603)
+    depends_lib-delete port:poppler
+}
+
 platform darwin 9 {
     post-patch {
         reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.am

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080613/40e7d62b/attachment.htm 


More information about the macports-changes mailing list