[46452] trunk/dports/audio/aubio/Portfile

devans at macports.org devans at macports.org
Wed Feb 4 21:24:20 PST 2009


Revision: 46452
          http://trac.macports.org/changeset/46452
Author:   devans at macports.org
Date:     2009-02-04 21:24:20 -0800 (Wed, 04 Feb 2009)
Log Message:
-----------
aubio: make a dependency on python25 and specify that as the python to use.  It won't work with python26. See #18346, #18378.

Modified Paths:
--------------
    trunk/dports/audio/aubio/Portfile

Modified: trunk/dports/audio/aubio/Portfile
===================================================================
--- trunk/dports/audio/aubio/Portfile	2009-02-05 05:12:22 UTC (rev 46451)
+++ trunk/dports/audio/aubio/Portfile	2009-02-05 05:24:20 UTC (rev 46452)
@@ -22,12 +22,15 @@
 master_sites            ${homepage}pub/
 checksums               md5 ffc3e5e4880fec67064f043252263a44
 depends_lib             port:fftw-3 \
-                        port:libsamplerate
+                        port:libsamplerate \
+                        port:python25
 
 configure.args          --disable-alsa \
                         --disable-jack \
                         --disable-lash
 
+configure.python        ${prefix}/bin/python2.5
+
 post-build {
     # aubio's includedir is ${prefix}/include/aubio but aubio's file fft.h
     # includes fftw-3's fftw3.h but fftw3.h is in ${prefix}/include.
@@ -38,7 +41,6 @@
     depends_lib-append      port:py25-numarray \
                             port:swig
     depends_run-append      port:py25-gnuplot
-    configure.env-append    PYTHON=${prefix}/bin/python2.5
 }
 
 livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090204/35f02df0/attachment.html>


More information about the macports-changes mailing list