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:
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
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue