diff options
Diffstat (limited to 'audio/festvox-don')
-rw-r--r-- | audio/festvox-don/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index 8b8c44e3273b..526b4de19052 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -7,7 +7,7 @@ # $FreeBSD$ # -PORTNAME= festvox_don +PORTNAME= festvox-don PORTVERSION= 1.4.0 CATEGORIES= audio MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \ @@ -17,9 +17,9 @@ DIST_SUBDIR= festival MAINTAINER= trevor@jpj.net -RUN_DEPENDS= festival:../festival \ - ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:../festlex-poslex \ - ${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:../festlex-oald +RUN_DEPENDS= festival:${.CURDIR}/../festival \ + ${LOCALBASE}/share/festival/lib/dicts/wsj.wp39.poslexR:${.CURDIR}/../festlex-poslex \ + ${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:${.CURDIR}/../festlex-oald WRKSRC= ${WRKDIR}/festival |