diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-12 17:39:30 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-12 17:39:30 +0000 |
commit | fce975f03fc519ba65d6b7a8cf1b19b3add77d3f (patch) | |
tree | 6a7cf3066917b65ebccacdc07e6c1f381d6e6bd9 /audio/festvox-abc | |
parent | b6e6660cdde9323a983e3a3ca67d5bc828862336 (diff) |
Notes
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 |