diff options
-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 \ |