Make sure we don't try to build with Vorbis if we don't have it installed.

Reported by:	bento
This commit is contained in:
Joe Marcus Clarke 2003-09-09 05:51:05 +00:00
parent 851388a69e
commit 867666aafb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88836
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)