diff options
-rw-r--r-- | audio/jack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 0c52fa62f533..7a70654d2b8c 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen LIB_DEPENDS= portaudio.0:${PORTSDIR}/audio/portaudio \ sndfile.1:${PORTSDIR}/audio/libsndfile +BROKEN= Incomplete pkg-plist + CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" |