aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2006-07-04 18:21:19 +0800
committerlofi <lofi@FreeBSD.org>2006-07-04 18:21:19 +0800
commit4e5538302f455f543ebc613e99747c21862eb815 (patch)
tree4c30ccf72791c87cb4679bf6aad7d58f3114a838
parentb1ea97c93d20e242272b3179157312a62bd7dc00 (diff)
downloadfreebsd-ports-gnome-4e5538302f455f543ebc613e99747c21862eb815.tar.gz
freebsd-ports-gnome-4e5538302f455f543ebc613e99747c21862eb815.tar.zst
freebsd-ports-gnome-4e5538302f455f543ebc613e99747c21862eb815.zip
Sometimes, --with/without-foo doesn't scale very well.
-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