aboutsummaryrefslogtreecommitdiff
path: root/audio/ices0
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-07-04 10:21:19 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-07-04 10:21:19 +0000
commit08adbd783d33b20ee31ca4fb76aaa5b692495f98 (patch)
tree68186e80bec686c0ff11d177e89dc1dcd2e65de0 /audio/ices0
parent5adaede817b817a7572a70ea29e76cd6f3b15730 (diff)
Sometimes, --with/without-foo doesn't scale very well.
Notes
Notes: svn path=/head/; revision=166906
Diffstat (limited to 'audio/ices0')
-rw-r--r--audio/ices0/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile
index f3d5f4720e79..5721b3e64e20 100644
--- a/audio/ices0/Makefile
+++ b/audio/ices0/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ices
PORTVERSION= 0.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio net
MASTER_SITES= http://svn.xiph.org/releases/ices/
@@ -43,14 +43,14 @@ MAN1= ices0.1
.include <bsd.port.pre.mk>
.if !defined(WITH_FLAC)
-CONFIGURE_ARGS+=--without-flac --without-lame
+CONFIGURE_ARGS+=--without-flac
.else
LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac \
mp3lame:${PORTSDIR}/audio/lame
.endif
.if !defined(WITH_FAAD)
-CONFIGURE_ARGS+=--without-faad --without-lame
+CONFIGURE_ARGS+=--without-faad
.else
LIB_DEPENDS+= faad:${PORTSDIR}/audio/faad \
mp3lame:${PORTSDIR}/audio/lame
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+=--without-python
.endif
.if !defined(WITH_VORBIS)
-CONFIGURE_ARGS+=--without-vorbis --without-lame
+CONFIGURE_ARGS+=--without-vorbis
.else
LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis \
mp3lame:${PORTSDIR}/audio/lame