[41813] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Mon Nov 10 15:55:47 PST 2008


Revision: 41813
          http://trac.macports.org/changeset/41813
Author:   ryandesign at macports.org
Date:     2008-11-10 15:55:47 -0800 (Mon, 10 Nov 2008)
Log Message:
-----------
graphviz, graphviz-devel: allow any port that provides perl to satisfy the dependency

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

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2008-11-10 23:54:52 UTC (rev 41812)
+++ trunk/dports/graphics/graphviz/Portfile	2008-11-10 23:55:47 UTC (rev 41813)
@@ -164,9 +164,9 @@
         --enable-ocaml
 }
 
-variant perl description {Include PERL 5.8 language bindings} {
+variant perl description {Include PERL 5 language bindings} {
     depends_lib-append \
-        port:perl5.8
+        path:bin/perl:perl5.8
     depends_build-append \
         port:swig
     configure.args-delete \

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2008-11-10 23:54:52 UTC (rev 41812)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2008-11-10 23:55:47 UTC (rev 41813)
@@ -164,9 +164,9 @@
         --enable-ocaml
 }
 
-variant perl description {Include PERL 5.8 language bindings} {
+variant perl description {Include PERL 5 language bindings} {
     depends_lib-append \
-        port:perl5.8
+        path:bin/perl:perl5.8
     depends_build-append \
         port:swig
     configure.args-delete \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081110/c81e3981/attachment.html>


More information about the macports-changes mailing list