diff options
Diffstat (limited to 'audio/festvox-ked8/Makefile')
-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 |