diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-17 07:53:06 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-17 07:53:06 +0000 |
commit | f7f9f37be65fe1d8eb48d92a4a46db968c124f5b (patch) | |
tree | 2f9792c50302bc910e871a749187f6b74bc32484 /audio/festvox-jph/Makefile | |
parent | 4de092c40bea0ef9dd6a1068368c6bf7d8671748 (diff) | |
download | ports-f7f9f37be65fe1d8eb48d92a4a46db968c124f5b.tar.gz ports-f7f9f37be65fe1d8eb48d92a4a46db968c124f5b.zip |
Notes
Diffstat (limited to 'audio/festvox-jph/Makefile')
-rw-r--r-- | audio/festvox-jph/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile index b0f5c528dbd4..4d24722a452b 100644 --- a/audio/festvox-jph/Makefile +++ b/audio/festvox-jph/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 |