svn commit: r322717 - head/audio/festival

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 10 17:16:55 UTC 2013


Author: tijl
Date: Wed Jul 10 17:16:54 2013
New Revision: 322717
URL: http://svnweb.freebsd.org/changeset/ports/322717

Log:
  Fix options handling.

Modified:
  head/audio/festival/Makefile

Modified: head/audio/festival/Makefile
==============================================================================
--- head/audio/festival/Makefile	Wed Jul 10 17:14:58 2013	(r322716)
+++ head/audio/festival/Makefile	Wed Jul 10 17:16:54 2013	(r322717)
@@ -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,' \


More information about the svn-ports-all mailing list