diff options
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,' \ |