diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 21:22:49 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 21:22:49 +0000 |
commit | c44b64045e28456a075a7d47475366da3a53f25a (patch) | |
tree | e3494b0cc44c5096a8d157255f40a186c1a6f2a0 /audio/festvox-rab8 | |
parent | 4f21abd357c77bfb06313ffcdbe3c57fefbe170b (diff) | |
download | ports-c44b64045e28456a075a7d47475366da3a53f25a.tar.gz ports-c44b64045e28456a075a7d47475366da3a53f25a.zip |
Notes
Diffstat (limited to 'audio/festvox-rab8')
-rw-r--r-- | audio/festvox-rab8/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile index 81694d8748d0..e97b9d23a58e 100644 --- a/audio/festvox-rab8/Makefile +++ b/audio/festvox-rab8/Makefile @@ -18,9 +18,11 @@ DIST_SUBDIR= festival MAINTAINER= trevor@FreeBSD.org COMMENT= British English male voice, sampled at 8 kHz, for Festival -RUN_DEPENDS= festival:${.CURDIR}/../festival \ - ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${.CURDIR}/../festlex-poslex \ - ${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:${.CURDIR}/../festlex-oald +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 WRKSRC= ${WRKDIR}/festival |