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

devans at macports.org devans at macports.org
Mon Oct 31 13:21:16 PDT 2011


Revision: 86681
          http://trac.macports.org/changeset/86681
Author:   devans at macports.org
Date:     2011-10-31 13:21:13 -0700 (Mon, 31 Oct 2011)
Log Message:
-----------
aubio: add +jack variant.

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

Modified: trunk/dports/audio/aubio/Portfile
===================================================================
--- trunk/dports/audio/aubio/Portfile	2011-10-31 19:21:58 UTC (rev 86680)
+++ trunk/dports/audio/aubio/Portfile	2011-10-31 20:21:13 UTC (rev 86681)
@@ -40,6 +40,11 @@
     reinplace {s%-I${includedir}%-I${includedir} -I${prefix}/include%} ${worksrcpath}/${name}.pc
 }
 
+variant jack description {Enable jack support} {
+    configure.args-delete   --disable-jack
+    depends_lib-append      port:jack
+}
+
 variant python25 conflicts python26 description {Build bindings for Python 2.5 and Gnuplot} {
     configure.python        ${prefix}/bin/python2.5
     depends_lib-append      port:py25-numarray \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111031/39d30c98/attachment.html>


More information about the macports-changes mailing list