Modified: trunk/dports/audio/aubio/Portfile (86680 => 86681)
--- 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 \