[131002] trunk/dports/security/libpreludedb/Portfile

larryv at macports.org larryv at macports.org
Sun Jan 4 16:38:17 PST 2015


Revision: 131002
          https://trac.macports.org/changeset/131002
Author:   larryv at macports.org
Date:     2015-01-04 16:38:17 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
libpreludedb: Add Python 2.7 variant

Modified Paths:
--------------
    trunk/dports/security/libpreludedb/Portfile

Modified: trunk/dports/security/libpreludedb/Portfile
===================================================================
--- trunk/dports/security/libpreludedb/Portfile	2015-01-05 00:38:13 UTC (rev 131001)
+++ trunk/dports/security/libpreludedb/Portfile	2015-01-05 00:38:17 UTC (rev 131002)
@@ -45,18 +45,24 @@
 
 default_variants \
                 +sqlite3
-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/perl5.8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/69735a49/attachment.html>


More information about the macports-changes mailing list