diff options
author | proff <proff@pkgsrc.org> | 1999-10-11 10:32:49 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-10-11 10:32:49 +0000 |
commit | b78cdb1562102a220193dc34eb2b8ec3c249031f (patch) | |
tree | 878fcb793bf9465a9ba7001fc51b33b435595053 /audio/festvox-rab8 | |
parent | 7485f3dab9f5509625493c3ed7b3b792f51f68ac (diff) | |
download | pkgsrc-b78cdb1562102a220193dc34eb2b8ec3c249031f.tar.gz |
upgrade to festival 1.4.0
Diffstat (limited to 'audio/festvox-rab8')
-rw-r--r-- | audio/festvox-rab8/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile index 6c4f0577179..f93ab68112f 100644 --- a/audio/festvox-rab8/Makefile +++ b/audio/festvox-rab8/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.6 1999/06/09 17:05:35 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/11 10:33:01 proff Exp $ -DISTNAME= festvox-rab8-1.3.1 +DISTNAME= festvox-rab8-1.4.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio -MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.3.1/ +MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ DISTFILES= festvox_rablpc8k.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html -DEPENDS+= festival-1.3.1:../festival \ - festlex-poslex-1.3.1:../festlex-poslex \ - festlex-oald-1.3.1:../festlex-oald - -LICENSE= no-commercial-use +DEPENDS+= festival-1.4.0:../festival \ + festlex-poslex-1.4.0:../festlex-poslex \ + festlex-oald-1.4.0:../festlex-oald CONFLICTS= festvox-rab16-* |