diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-01 09:59:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-01 09:59:58 +0000 |
commit | eed28de7615306e4ed7a57722e0f28dd8bd79da8 (patch) | |
tree | c75ccf0535ef19a263c9bda70fd4e7d66d7a666c | |
parent | 77b7bcf8d52354fda5d87cd794c75737e3825a9b (diff) | |
download | ports-eed28de7615306e4ed7a57722e0f28dd8bd79da8.tar.gz ports-eed28de7615306e4ed7a57722e0f28dd8bd79da8.zip |
Notes
-rw-r--r-- | audio/mp3stat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 <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 |