diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-20 20:25:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-20 20:25:19 +0000 |
commit | 721359a6205b44dd632403d8c447df586de885b6 (patch) | |
tree | f460157c9384e9f579931526dd4758f5f2d9256f /audio | |
parent | 328723f8db9d69a352c55315827ea1ee8db5ef87 (diff) | |
download | ports-721359a6205b44dd632403d8c447df586de885b6.tar.gz ports-721359a6205b44dd632403d8c447df586de885b6.zip |
Notes
Diffstat (limited to 'audio')
-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}" |