Fix make showconfig

Reported by:	Freshports sanity check
This commit is contained in:
Baptiste Daroussin 2012-06-01 09:59:58 +00:00
parent 77b7bcf8d5
commit eed28de761
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297938

View file

@ -37,8 +37,7 @@ OPTIONS_DEFAULT= VORBIS
.include <bsd.port.options.mk>
.if defined(WITHOUT_VORBIS)
.if ${PÖRT_OPTIONS:MVORBIS}
.if ${PORT_OPTIONS:MVORBIS}
LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
PLIST_FILES+= lib/mp3stat/input_vorb.so
.else