diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-22 22:16:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-22 22:16:01 +0000 |
commit | 5843af17dd9608c33208f5ac355006a7a3907d88 (patch) | |
tree | 2f1b8e42213fd6f23712a82c0af3e255b718ce86 /audio/festival | |
parent | e7c769cadb7f577558c77e6dda9eb2c088a79beb (diff) |
- Fix INDEX
Pointy hat to: mi
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=191613
Diffstat (limited to 'audio/festival')
-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 a861e8bb1505..a19ff124889c 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -59,7 +59,7 @@ post-patch:: .for m in nas esd . ifdef WITH_${m:U} -LIB_DEPENDS+= ${m:nas=audio}:${PORTSDIR}/audio/$m +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,' \ ${WRKDIR}/*/config/config.in |