[115987] trunk/dports/perl/p5-wx/Portfile

mojca at macports.org mojca at macports.org
Wed Jan 15 16:56:36 PST 2014


Revision: 115987
          https://trac.macports.org/changeset/115987
Author:   mojca at macports.org
Date:     2014-01-15 16:56:36 -0800 (Wed, 15 Jan 2014)
Log Message:
-----------
p5-wx: depend on wxWidgets 2.9.4 (temporary port wxPerl-3.0), see #42073

Modified Paths:
--------------
    trunk/dports/perl/p5-wx/Portfile

Modified: trunk/dports/perl/p5-wx/Portfile
===================================================================
--- trunk/dports/perl/p5-wx/Portfile	2014-01-16 00:50:10 UTC (rev 115986)
+++ trunk/dports/perl/p5-wx/Portfile	2014-01-16 00:56:36 UTC (rev 115987)
@@ -3,9 +3,11 @@
 
 PortSystem          1.0
 PortGroup           perl5 1.0
+PortGroup           wxWidgets 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16
 perl5.setup         Wx 0.9922
+revision            1
 
 platforms           darwin
 maintainers         nomaintainer
@@ -19,10 +21,13 @@
                     sha256  dc298d4c6916c7a62fa9577116de1ae8e53ff4e42afd6b9858247ae6dc66a387
 
 if {${perl5.major} != ""} {
+    wxWidgets.use       wxPerl-3.0
+
     depends_build-append \
                         port:p${perl5.major}-extutils-xspp
     
-    depends_lib-append  port:p${perl5.major}-alien-wxwidgets
+    depends_lib-append  port:p${perl5.major}-alien-wxwidgets \
+                        port:${wxWidgets.port}
 
     configure.args      installdirs=vendor
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140115/2356dee4/attachment.html>


More information about the macports-changes mailing list