diff options
author | naddy <naddy@FreeBSD.org> | 2008-03-26 23:15:34 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2008-03-26 23:15:34 +0800 |
commit | f3b7681847c226ee67ede4b37f2ae5f00b64373d (patch) | |
tree | 64752a381e00896598c60ecccb94bc61fa371919 /audio | |
parent | 29694529e751a81b8aa84063cd9360302585c54e (diff) | |
download | freebsd-ports-gnome-f3b7681847c226ee67ede4b37f2ae5f00b64373d.tar.gz freebsd-ports-gnome-f3b7681847c226ee67ede4b37f2ae5f00b64373d.tar.zst freebsd-ports-gnome-f3b7681847c226ee67ede4b37f2ae5f00b64373d.zip |
remove unused audio/flac dependency
Diffstat (limited to 'audio')
-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 |