[95021] trunk/dports/textproc/libplist/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 3 16:29:01 PDT 2012


Revision: 95021
          https://trac.macports.org/changeset/95021
Author:   ryandesign at macports.org
Date:     2012-07-03 16:29:01 -0700 (Tue, 03 Jul 2012)
Log Message:
-----------
libplist: python variants conflict with one another

Modified Paths:
--------------
    trunk/dports/textproc/libplist/Portfile

Modified: trunk/dports/textproc/libplist/Portfile
===================================================================
--- trunk/dports/textproc/libplist/Portfile	2012-07-03 23:25:45 UTC (rev 95020)
+++ trunk/dports/textproc/libplist/Portfile	2012-07-03 23:29:01 UTC (rev 95021)
@@ -31,13 +31,13 @@
 
 use_parallel_build  no
 
-variant python26 description {Use Python 2.6} {
+variant python26 conflicts python27 description {Use Python 2.6} {
     depends_lib-append  port:python26
     configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python2.6 \
                           -DPYTHON_INCLUDE_DIR=${frameworks_dir}/Python.framework/Versions/2.6/include/python2.6 \
                           -DPYTHON_LIBRARY=${frameworks_dir}/Python.framework/Versions/2.6/Python
 }
-variant python27 description {Use Python 2.7} {
+variant python27 conflicts python26 description {Use Python 2.7} {
     depends_lib-append  port:python27
     configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 \
                           -DPYTHON_INCLUDE_DIR=${frameworks_dir}/Python.framework/Versions/2.7/include/python2.7 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120703/0b116939/attachment.html>


More information about the macports-changes mailing list