aboutsummaryrefslogtreecommitdiff
path: root/audio/twolame
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-10-31 13:00:38 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-10-31 13:00:38 +0000
commit39c07b91c15f35eec81f38ab638e014b0391ec47 (patch)
tree3a3aa0f74b813a40d34d80c79aa641bf0dd34f0c /audio/twolame
parent59d4b5b4f6c4c83e06da5b5cebe58a76f20bc535 (diff)
downloadports-39c07b91c15f35eec81f38ab638e014b0391ec47.tar.gz
ports-39c07b91c15f35eec81f38ab638e014b0391ec47.zip
Notes
Diffstat (limited to 'audio/twolame')
-rw-r--r--audio/twolame/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile
index f347cb828ad3..46142411cc9a 100644
--- a/audio/twolame/Makefile
+++ b/audio/twolame/Makefile
@@ -3,6 +3,7 @@
PORTNAME= twolame
PORTVERSION= 0.3.13
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF \
http://www.ecs.soton.ac.uk/~njh/twolame/
@@ -10,7 +11,10 @@ MASTER_SITES= SF \
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG Audio Layer 2 encoder
-LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
+ libFLAC.so:${PORTSDIR}/audio/flac \
+ libvorbis.so:${PORTSDIR}/audio/livorbis \
+ libogg.so:${PORTSDIR}/audio/libogg
USES= gmake pathfix pkgconfig
USE_LDCONFIG= yes