diff options
Diffstat (limited to 'audio/festvox-mwm/Makefile')
-rw-r--r-- | audio/festvox-mwm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/festvox-mwm/Makefile b/audio/festvox-mwm/Makefile index 4b3ae7b9dfa7..79c50b64c479 100644 --- a/audio/festvox-mwm/Makefile +++ b/audio/festvox-mwm/Makefile @@ -19,9 +19,10 @@ COMMENT= American English male voice for Festival RESTRICTED= no-commercial-use -RUN_DEPENDS= festival:${.CURDIR}/../festival \ - ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${.CURDIR}/../festlex-poslex \ - ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${.CURDIR}/../festlex-ogi +RUN_DEPENDS= \ +${PREFIX}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/festival+OGI \ + ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${PORTSDIR}/audio/festlex-poslex \ + ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi WRKSRC= ${WRKDIR}/festival |