[150109] trunk/dports/perl/p5-alien-wxwidgets/Portfile

devans at macports.org devans at macports.org
Tue Jul 12 13:42:42 PDT 2016


Revision: 150109
          https://trac.macports.org/changeset/150109
Author:   devans at macports.org
Date:     2016-07-12 13:42:42 -0700 (Tue, 12 Jul 2016)
Log Message:
-----------
p5-alien-wxwidgets: simplify dependency.

Modified Paths:
--------------
    trunk/dports/perl/p5-alien-wxwidgets/Portfile

Modified: trunk/dports/perl/p5-alien-wxwidgets/Portfile
===================================================================
--- trunk/dports/perl/p5-alien-wxwidgets/Portfile	2016-07-12 20:27:52 UTC (rev 150108)
+++ trunk/dports/perl/p5-alien-wxwidgets/Portfile	2016-07-12 20:42:42 UTC (rev 150109)
@@ -27,13 +27,8 @@
 
 if {${perl5.major} != ""} {
     wxWidgets.use       wxWidgets-3.0
-    depends_lib-append  port:${wxWidgets.port}
-
-    # module-pluggable has been removed from Perl core in version 5.20 
-    if {[vercmp ${perl5.major} 5.20] >= 0} {
-        depends_lib-append \
+    depends_lib-append  port:${wxWidgets.port} \
                         port:p${perl5.major}-module-pluggable
-    }
 
     # author says that Makefile.PL shouldn't be there
     # this line is not really needed, but it's a guard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160712/1ba2e19e/attachment.html>


More information about the macports-changes mailing list