diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-17 15:53:06 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-17 15:53:06 +0800 |
commit | d8b60a67bc2f4ef89725729a1be83cdf1d25c281 (patch) | |
tree | 121183554ec7b3615f3a530ff845694b90f5d184 /audio/festvox-tll | |
parent | c9fbccd2a0d544114015cd48790447c3af8a6f65 (diff) | |
download | freebsd-ports-gnome-d8b60a67bc2f4ef89725729a1be83cdf1d25c281.tar.gz freebsd-ports-gnome-d8b60a67bc2f4ef89725729a1be83cdf1d25c281.tar.zst freebsd-ports-gnome-d8b60a67bc2f4ef89725729a1be83cdf1d25c281.zip |
These voices need the OGIresLPC plugin, so make them depend on the
festival+OGI port. Use the PORTSDIR macro.
Diffstat (limited to 'audio/festvox-tll')
-rw-r--r-- | audio/festvox-tll/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile index 68365c53cfbf..3cd7aee51061 100644 --- a/audio/festvox-tll/Makefile +++ b/audio/festvox-tll/Makefile @@ -17,8 +17,9 @@ DIST_SUBDIR= festival MAINTAINER= trevor@FreeBSD.org COMMENT= American English female voice for Festival (no commercial use) -RUN_DEPENDS= festival:${.CURDIR}/../festival \ - ${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/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi RESTRICTED= no-commercial-use |