summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-09 05:51:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-09 05:51:05 +0000
commit867666aafb58087a1bc9c498324942585b357353 (patch)
tree36ce0c3faa0a1e7c2fb7f4be0de87365bf2cfdc2 /audio
parent- Update to 1.1 (diff)
Make sure we don't try to build with Vorbis if we don't have it installed.
Reported by: bento
Notes
Notes: svn path=/head/; revision=88836
Diffstat (limited to 'audio')
-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)