diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2009-12-02 17:16:16 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2009-12-02 17:16:16 +0000 |
commit | 276304288bb3596e87beb1c60f8ad7e6ff8cb3a1 (patch) | |
tree | c71054f448bca4befa36706aea13fb3170edefb5 /audio/ezstream | |
parent | 6dac64742aee7fe3677f86320b059c53a52f08b1 (diff) | |
download | ports-276304288bb3596e87beb1c60f8ad7e6ff8cb3a1.tar.gz ports-276304288bb3596e87beb1c60f8ad7e6ff8cb3a1.zip |
Notes
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 3 |
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 |