[43198] trunk/dports/devel/swig/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Dec 6 19:04:24 PST 2008


Revision: 43198
          http://trac.macports.org/changeset/43198
Author:   mcalhoun at macports.org
Date:     2008-12-06 19:04:24 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
swig: swig doesn't seem to actually depend on the python version used.
Use the python with the smallest footprint (python_select).
Fixes #17475 and #15854 (maintainer timeout).

Modified Paths:
--------------
    trunk/dports/devel/swig/Portfile

Modified: trunk/dports/devel/swig/Portfile
===================================================================
--- trunk/dports/devel/swig/Portfile	2008-12-07 02:57:50 UTC (rev 43197)
+++ trunk/dports/devel/swig/Portfile	2008-12-07 03:04:24 UTC (rev 43198)
@@ -67,7 +67,7 @@
 }
 
 set bindings {
-    python      port:python26          python=${prefix}/bin/python2.6
+    python      port:python_select     python=${prefix}/bin/python
     perl        path:bin/perl:perl5    perl5=${prefix}/bin/perl
     gcj         port:gcc43             "gcj=${prefix}/bin/gcj-mp-4.3 --with-gcjh=${prefix}/bin/gcjh-mp-4.3"
     guile       port:guile             guile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/96aea56b/attachment.html>


More information about the macports-changes mailing list