diff options
Diffstat (limited to 'audio/festvox-abc')
-rw-r--r-- | audio/festvox-abc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile index a1b6c454fac9..714ff6746a61 100644 --- a/audio/festvox-abc/Makefile +++ b/audio/festvox-abc/Makefile @@ -17,9 +17,9 @@ DIST_SUBDIR= festival MAINTAINER= trevor@FreeBSD.org COMMENT= Mexican Spanish male voice for Festival speech synthesis system -RUN_DEPENDS= festival:${.CURDIR}/../festival \ - ${LOCALBASE}/share/festival/lib/ogi_spanish/ogi_span_mx_lts.scm:${.CURDIR}/../festogi-spanish \ - ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${.CURDIR}/../festlex-ogi +RUN_DEPENDS= \ + ${LOCALBASE}/share/festival/lib/ogi_spanish/ogi_span_mx_lts.scm:${PORTSDIR}/audio/festogi-spanish \ + ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi RESTRICTED= no-commercial-use |