aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2013-07-11 01:16:54 +0800
committertijl <tijl@FreeBSD.org>2013-07-11 01:16:54 +0800
commitf5e3bbc9bebe81c755f26791de4c95d558960bf8 (patch)
tree918a7880ca04bc472daea44c7fe2ba101297fedf /audio
parent10a7418d8c6af7fc8be0c4ca20d27b283cc8b2f8 (diff)
downloadfreebsd-ports-gnome-f5e3bbc9bebe81c755f26791de4c95d558960bf8.tar.gz
freebsd-ports-gnome-f5e3bbc9bebe81c755f26791de4c95d558960bf8.tar.zst
freebsd-ports-gnome-f5e3bbc9bebe81c755f26791de4c95d558960bf8.zip
Fix options handling.
Diffstat (limited to 'audio')
-rw-r--r--audio/festival/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index 9e2e2e8dd541..8ffadf0da329 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -49,7 +49,7 @@ post-patch::
.include <bsd.port.options.mk>
.for m in nas esd
-. ifdef ${PORT_OPTIONS:M${m:U}}
+. if ${PORT_OPTIONS:M${m:U}}
LIB_DEPENDS+= ${m:nas=audio}:${PORTSDIR}/audio/${m:esd=esound}
post-patch::
${REINPLACE_CMD} -e 's,# INCLUDE_MODULES += ${m:U}_AUDIO,INCLUDE_MODULES += ${m:U}_AUDIO,' \