diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-03-26 15:15:34 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-03-26 15:15:34 +0000 |
commit | f713f274ef32b9a91e6fb934f78cf5caef0b81ed (patch) | |
tree | 1a4d7764a15b16938df5569e32aeb4e4086ba939 /audio/jack | |
parent | - Update to 0.9.9.5. (diff) |
remove unused audio/flac dependency
Diffstat (limited to 'audio/jack')
-rw-r--r-- | audio/jack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index bf136021dcb2..d3aaa8e41bd2 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -7,6 +7,7 @@ PORTNAME= jackit PORTVERSION= 0.103.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF DISTNAME= jack-audio-connection-kit-${PORTVERSION} @@ -15,8 +16,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= A low-latency audio server LIB_DEPENDS= portaudio.0:${PORTSDIR}/audio/portaudio \ - sndfile.1:${PORTSDIR}/audio/libsndfile \ - FLAC.7:${PORTSDIR}/audio/flac + sndfile.1:${PORTSDIR}/audio/libsndfile OPTIONS= DOCS "Build HTML documentation. Requires doxygen/TeX." off |