[88865] trunk/dports/graphics/graphviz-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jan 13 14:10:54 PST 2012


Revision: 88865
          http://trac.macports.org/changeset/88865
Author:   ryandesign at macports.org
Date:     2012-01-13 14:10:53 -0800 (Fri, 13 Jan 2012)
Log Message:
-----------
graphviz-devel: don't build with webp support on darwin 8

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

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2012-01-13 22:09:12 UTC (rev 88864)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2012-01-13 22:10:53 UTC (rev 88865)
@@ -121,6 +121,14 @@
     }
 }
 
+platform darwin 8 {
+    # webp doesn't currently build on darwin 8
+    depends_lib-delete          port:webp
+    archcheck.files-delete      lib/libwebp.dylib
+    configure.args-delete       --with-webp
+    configure.args-append       --without-webp
+}
+
 variant guile description {Include Guile language bindings} {
     depends_lib-append          port:guile
     depends_build-append        port:swig-guile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120113/9b1d55c0/attachment.html>


More information about the macports-changes mailing list