diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-09 05:51:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-09 05:51:05 +0000 |
commit | 867666aafb58087a1bc9c498324942585b357353 (patch) | |
tree | 36ce0c3faa0a1e7c2fb7f4be0de87365bf2cfdc2 /audio/rhythmbox | |
parent | 851388a69e99e2040a2c8dec601f0e2fd8e65ef8 (diff) | |
download | ports-867666aafb58087a1bc9c498324942585b357353.tar.gz ports-867666aafb58087a1bc9c498324942585b357353.zip |
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/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |