diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-24 17:27:12 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-24 17:27:12 +0000 |
commit | dd0762df6a124259b9b32afbf457df1e8a64f74a (patch) | |
tree | 2e05584d37463aa6ae74d7018ac08e07e4434cdb /audio/festvox-ked8 | |
parent | 9ee14de56518e2cc8636a04cff2b3947cf0a0be6 (diff) | |
download | ports-dd0762df6a124259b9b32afbf457df1e8a64f74a.tar.gz ports-dd0762df6a124259b9b32afbf457df1e8a64f74a.zip |
Notes
Diffstat (limited to 'audio/festvox-ked8')
-rw-r--r-- | audio/festvox-ked8/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile index 844e626d2884..282fa0284b5e 100644 --- a/audio/festvox-ked8/Makefile +++ b/audio/festvox-ked8/Makefile @@ -19,10 +19,8 @@ MAINTAINER= trevor@FreeBSD.org COMMENT= American English male voice, sampled at 8 kHz, for Festival RUN_DEPENDS= \ -${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:\ -${PORTSDIR}/audio/festlex-poslex \ -${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:\ -${PORTSDIR}/audio/festlex-cmu +${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \ +${LOCALBASE}/share/festival/lib/dicts/cmu/cmulex.scm:${PORTSDIR}/audio/festlex-cmu WRKSRC= ${WRKDIR}/festival |