diff options
author | asami <asami@FreeBSD.org> | 2000-09-20 17:09:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-20 17:09:57 +0800 |
commit | 77e687c198d879aabb3bef080df5e8e1a61323d9 (patch) | |
tree | e1ff90cee76de8c518b3026cb3bc60de664bb158 /audio/festvox-jph | |
parent | 78e620bc7d022a431ead160299cd5321e0858c2e (diff) | |
download | freebsd-ports-gnome-77e687c198d879aabb3bef080df5e8e1a61323d9.tar.gz freebsd-ports-gnome-77e687c198d879aabb3bef080df5e8e1a61323d9.tar.zst freebsd-ports-gnome-77e687c198d879aabb3bef080df5e8e1a61323d9.zip |
Use fullpaths (prepend "${.CURDIR}") in dependency dirs instead of
relative paths. This is necessary for INDEX generation to work.
Change PORTNAME of festvox_{abc,don} to fostvox-{abc,don} for consistency
with other ports and port directory names.
Approved by: maintainer
Diffstat (limited to 'audio/festvox-jph')
-rw-r--r-- | audio/festvox-jph/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile index 9f9aff85b2c7..b40f4195418d 100644 --- a/audio/festvox-jph/Makefile +++ b/audio/festvox-jph/Makefile @@ -21,9 +21,9 @@ MAINTAINER= trevor@jpj.net RESTRICTED= no-commercial-use -RUN_DEPENDS= festival:../festival \ - ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:../festlex-poslex \ - ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:../festlex-ogi +RUN_DEPENDS= festival:${.CURDIR}/../festival \ + ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${.CURDIR}/../festlex-poslex \ + ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${.CURDIR}/../festlex-ogi WRKSRC= ${WRKDIR}/festival |