aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-09-09 13:51:05 +0800
committermarcus <marcus@FreeBSD.org>2003-09-09 13:51:05 +0800
commit0557e69ce7f54caaf5796ecfb074f7eeaf3c553d (patch)
tree8d861133ba4ef4422d74b8339f1c5ef6c80acb30
parentd6fa855275bf6c0cbb11ab95244ccd17011c815d (diff)
downloadfreebsd-ports-gnome-0557e69ce7f54caaf5796ecfb074f7eeaf3c553d.tar.gz
freebsd-ports-gnome-0557e69ce7f54caaf5796ecfb074f7eeaf3c553d.tar.zst
freebsd-ports-gnome-0557e69ce7f54caaf5796ecfb074f7eeaf3c553d.zip
Make sure we don't try to build with Vorbis if we don't have it installed.
Reported by: bento
-rw-r--r--audio/rhythmbox-devel/Makefile2
-rw-r--r--audio/rhythmbox/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index e1160abdffad..322a93649829 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -36,7 +36,7 @@ WITH_VORBIS= yes
.ifdef (WITH_VORBIS)
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
.else
-CONFIGURE_ARGS+= --disable-vorbistest
+CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest
.endif
.ifdef (WITH_XINE)
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index e1160abdffad..322a93649829 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -36,7 +36,7 @@ WITH_VORBIS= yes
.ifdef (WITH_VORBIS)
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
.else
-CONFIGURE_ARGS+= --disable-vorbistest
+CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest
.endif
.ifdef (WITH_XINE)