aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-06-01 17:59:58 +0800
committerbapt <bapt@FreeBSD.org>2012-06-01 17:59:58 +0800
commita9068931a101c3259372515ad037dcc2b76c4ad7 (patch)
treea2185e6b44d1922674d39cc9e7f3d8ad0d0d9d98 /audio
parentf636d8dc0096652262891e1dec65e8192b472b28 (diff)
downloadfreebsd-ports-gnome-a9068931a101c3259372515ad037dcc2b76c4ad7.tar.gz
freebsd-ports-gnome-a9068931a101c3259372515ad037dcc2b76c4ad7.tar.zst
freebsd-ports-gnome-a9068931a101c3259372515ad037dcc2b76c4ad7.zip
Fix make showconfig
Reported by: Freshports sanity check
Diffstat (limited to 'audio')
-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