diff options
Diffstat (limited to 'audio/festvox-don/Makefile')
-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 2254af463b4..f6bd18cdf9b 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/20 12:07:42 agc Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/19 10:22:33 grant Exp $ DISTNAME= festvox_don PKGNAME= festvox-don-1.4.0 @@ -10,9 +10,9 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html COMMENT= British English male voice for the festival speech synthesis system -DEPENDS+= festival>=1.4.0:../festival -DEPENDS+= festlex-poslex>=1.4.0:../festlex-poslex -DEPENDS+= festlex-oald>=1.4.0:../festlex-oald +DEPENDS+= festival>=1.4.0:../../audio/festival +DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex +DEPENDS+= festlex-oald>=1.4.0:../../audio/festlex-oald WRKSRC= ${WRKDIR}/festival NO_BUILD= yes |