diff options
Diffstat (limited to 'audio/festvox-jph/Makefile')
-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 |