aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-01 09:59:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-01 09:59:58 +0000
commiteed28de7615306e4ed7a57722e0f28dd8bd79da8 (patch)
treec75ccf0535ef19a263c9bda70fd4e7d66d7a666c
parent77b7bcf8d52354fda5d87cd794c75737e3825a9b (diff)
downloadports-eed28de7615306e4ed7a57722e0f28dd8bd79da8.tar.gz
ports-eed28de7615306e4ed7a57722e0f28dd8bd79da8.zip
Notes
-rw-r--r--audio/mp3stat/Makefile3
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