[48156] trunk/dports/audio/qjackctl/Portfile

devans at macports.org devans at macports.org
Sun Mar 15 08:53:40 PDT 2009


Revision: 48156
          http://trac.macports.org/changeset/48156
Author:   devans at macports.org
Date:     2009-03-15 08:53:40 -0700 (Sun, 15 Mar 2009)
Log Message:
-----------
qjackctl: set jack install path in configure. Closes #18840.

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

Modified: trunk/dports/audio/qjackctl/Portfile
===================================================================
--- trunk/dports/audio/qjackctl/Portfile	2009-03-15 15:52:38 UTC (rev 48155)
+++ trunk/dports/audio/qjackctl/Portfile	2009-03-15 15:53:40 UTC (rev 48156)
@@ -28,6 +28,8 @@
                 port:xorg-libX11 \
                 port:xorg-libXext
 
-configure.args-append --with-qt=${prefix}/libexec/qt4-x11 --disable-alsa-seq
+configure.args-append --with-qt=${prefix}/libexec/qt4-x11 \
+                      --with-jack=${prefix} \
+                      --disable-alsa-seq
 
 livecheck.regex "<title>qjackctl \\(stable\\) (.*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090315/aa684dac/attachment.html>


More information about the macports-changes mailing list