aboutsummaryrefslogtreecommitdiff
path: root/audio/ezstream
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2009-12-02 17:16:16 +0000
committerDima Panov <fluffy@FreeBSD.org>2009-12-02 17:16:16 +0000
commit276304288bb3596e87beb1c60f8ad7e6ff8cb3a1 (patch)
treec71054f448bca4befa36706aea13fb3170edefb5 /audio/ezstream
parent6dac64742aee7fe3677f86320b059c53a52f08b1 (diff)
downloadports-276304288bb3596e87beb1c60f8ad7e6ff8cb3a1.tar.gz
ports-276304288bb3596e87beb1c60f8ad7e6ff8cb3a1.zip
Notes
Diffstat (limited to 'audio/ezstream')
-rw-r--r--audio/ezstream/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile
index 72371baf0fd9..3447d4828d47 100644
--- a/audio/ezstream/Makefile
+++ b/audio/ezstream/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ezstream
PORTVERSION= 0.5.6
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/ezstream/ \
http://svn.xiph.org/releases/ezstream/
@@ -40,7 +41,7 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITHOUT_TAGLIB)
CONFIGURE_ARGS+= --without-taglib
.else
-LIB_DEPENDS+= tag.6:${PORTSDIR}/audio/taglib
+LIB_DEPENDS+= tag.1:${PORTSDIR}/audio/taglib
CONFIGURE_ARGS+= --with-taglib=${LOCALBASE}
.endif