diff options
author | arved <arved@FreeBSD.org> | 2004-03-10 05:31:37 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-03-10 05:31:37 +0800 |
commit | 7998cee71a81ce5be5ffed974e4f8262d3b1830e (patch) | |
tree | 91d606e7d3d98c5f7452548d77d65c485dbcaef2 /audio | |
parent | f41764ee5e51de7cfa5984c6d4774e04ff046148 (diff) | |
download | freebsd-ports-gnome-7998cee71a81ce5be5ffed974e4f8262d3b1830e.tar.gz freebsd-ports-gnome-7998cee71a81ce5be5ffed974e4f8262d3b1830e.tar.zst freebsd-ports-gnome-7998cee71a81ce5be5ffed974e4f8262d3b1830e.zip |
Mark BROKEN. It is not working at the moment.
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 6ab2ed6b247c..93a8d5677a2c 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -17,6 +17,8 @@ COMMENT= JACK is a low-latency audio server LIB_DEPENDS= portaudio.0:${PORTSDIR}/audio/portaudio \ sndfile.1:${PORTSDIR}/audio/libsndfile +BROKEN= "Work in progress" + CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" GNU_CONFIGURE= yes |