diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index 10aca00f9120..272dad67c645 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -37,8 +37,7 @@ OPTIONS_DEFAULT= VORBIS .include -.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