diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-11-28 19:35:48 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-11-28 19:35:48 +0000 |
commit | 712e0fe00649ffe9ab1091ffc1b111f2664ad2d4 (patch) | |
tree | b58a1500c20e5315c839c325a0a5bd3283ffb4db /audio | |
parent | 39909dd3f7c373e6727ddd15c0ed5bed582b9356 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 50b337e25cad..bbc97e6e0cb4 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -3,6 +3,7 @@ PORTNAME= jackit PORTVERSION= 0.124.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://jackaudio.org/downloads/ DISTNAME= jack-audio-connection-kit-${PORTVERSION} @@ -22,7 +23,7 @@ LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake pathfix pkgconfig libtool:keepla -USE_BDB= 48 +USE_BDB= 48+ CONFIGURE_ARGS= --enable-portaudio \ --with-default-tmpdir=/tmp |