diff options
Diffstat (limited to 'audio/festvox-don')
-rw-r--r-- | audio/festvox-don/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index b052cecd6c87..f633839c4b4f 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -19,10 +19,8 @@ MAINTAINER= trevor@FreeBSD.org COMMENT= British English male voice for Festival speech synthesis system RUN_DEPENDS= \ -${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:\ -${PORTSDIR}/audio/festlex-poslex \ -${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:\ -${PORTSDIR}/audio/festlex-oald +${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \ +${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:${PORTSDIR}/audio/festlex-oald WRKSRC= ${WRKDIR}/festival |