diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-09 13:51:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-09 13:51:05 +0800 |
commit | 0557e69ce7f54caaf5796ecfb074f7eeaf3c553d (patch) | |
tree | 8d861133ba4ef4422d74b8339f1c5ef6c80acb30 | |
parent | d6fa855275bf6c0cbb11ab95244ccd17011c815d (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
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) |