diff options
author | tijl <tijl@FreeBSD.org> | 2013-07-11 01:16:54 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-07-11 01:16:54 +0800 |
commit | f5e3bbc9bebe81c755f26791de4c95d558960bf8 (patch) | |
tree | 918a7880ca04bc472daea44c7fe2ba101297fedf /audio | |
parent | 10a7418d8c6af7fc8be0c4ca20d27b283cc8b2f8 (diff) | |
download | freebsd-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/Makefile | 2 |
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,' \ |