diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-13 01:39:30 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-13 01:39:30 +0800 |
commit | 0f51c6d625467c9d70ada6e9206da2713cce2a01 (patch) | |
tree | d1c7af3989d913a5daab31228fee6c51b2b460e3 /audio/festvox-abc | |
parent | e19d930b62793f594bd29211b98c6f4bf0fbd5a7 (diff) | |
download | freebsd-ports-gnome-0f51c6d625467c9d70ada6e9206da2713cce2a01.tar.gz freebsd-ports-gnome-0f51c6d625467c9d70ada6e9206da2713cce2a01.tar.zst freebsd-ports-gnome-0f51c6d625467c9d70ada6e9206da2713cce2a01.zip |
Touch up dependencies: use PORTSDIR macro; lose dependency on
audio/festival because this port needs audio/festival+OGI, which
is brought in as a dependency of festogi-spanish.
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 |