diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-30 10:04:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-30 10:04:52 +0800 |
commit | 48658b66a8c596e479503394a4040217314b47f3 (patch) | |
tree | 2248b38dc26091f246112946ba44874fcce3740b | |
parent | ebce977a458a549464f4aa111e5c5b8f9f76f72e (diff) | |
download | freebsd-ports-gnome-48658b66a8c596e479503394a4040217314b47f3.tar.gz freebsd-ports-gnome-48658b66a8c596e479503394a4040217314b47f3.tar.zst freebsd-ports-gnome-48658b66a8c596e479503394a4040217314b47f3.zip |
Add an explicit dependency on pkgconf
-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 \ |