diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 02:04:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 02:04:52 +0000 |
commit | a9ebd86b879887fcfe331649f499745825a0b650 (patch) | |
tree | 2248b38dc26091f246112946ba44874fcce3740b /audio/jack | |
parent | 1a561e3514ee58fe10dd4d52e83917d2e12de69d (diff) | |
download | ports-a9ebd86b879887fcfe331649f499745825a0b650.tar.gz ports-a9ebd86b879887fcfe331649f499745825a0b650.zip |
Notes
Diffstat (limited to 'audio/jack')
-rw-r--r-- | audio/jack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 1c6b110821ef..3e942286e04c 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= portaudio:${PORTSDIR}/audio/portaudio \ celt0:${PORTSDIR}/audio/celt GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= gmake pathfix pkgconfig CONFIGURE_ENV= LIBS="-pthread" CONFIGURE_ARGS= --enable-portaudio \ |