[131000] trunk/dports/security/libprelude/Portfile
larryv at macports.org
larryv at macports.org
Sun Jan 4 16:38:09 PST 2015
Revision: 131000
https://trac.macports.org/changeset/131000
Author: larryv at macports.org
Date: 2015-01-04 16:38:08 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
libprelude: Add Python 2.7 variant
Modified Paths:
--------------
trunk/dports/security/libprelude/Portfile
Modified: trunk/dports/security/libprelude/Portfile
===================================================================
--- trunk/dports/security/libprelude/Portfile 2015-01-05 00:12:16 UTC (rev 130999)
+++ trunk/dports/security/libprelude/Portfile 2015-01-05 00:38:08 UTC (rev 131000)
@@ -60,18 +60,24 @@
delete ${destroot}${prefix}/lib/charset.alias
}
-variant python24 conflicts python25 description {python2.4 bindings} {
+variant python24 conflicts python25 python27 description {python2.4 bindings} {
configure.args-delete --without-python
configure.args-append --with-python=${prefix}/bin/python2.4
depends_lib-append port:python24
}
-variant python25 conflicts python24 description {python2.5 bindings} {
+variant python25 conflicts python24 python27 description {python2.5 bindings} {
configure.args-delete --without-python
configure.args-append --with-python=${prefix}/bin/python2.5
depends_lib-append port:python25
}
+variant python27 conflicts python24 python25 description {python2.7 bindings} {
+ configure.args-delete --without-python
+ configure.args-append --with-python=${prefix}/bin/python2.7
+ depends_lib-append port:python27
+}
+
variant perl description {perl bindings} {
configure.args-delete --without-perl
configure.args-append --with-perl=${prefix}/bin/perl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/1be91c2a/attachment.html>
More information about the macports-changes
mailing list