diff options
Diffstat (limited to 'audio/festlex-cmu')
-rw-r--r-- | audio/festlex-cmu/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile index ecba575b186..ff0da349ab4 100644 --- a/audio/festlex-cmu/Makefile +++ b/audio/festlex-cmu/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.4 1999/06/09 17:05:32 agc Exp $ +# $NetBSD: Makefile,v 1.5 1999/10/11 10:32:49 proff Exp $ -DISTNAME= festlex-cmu-1.3.1 +DISTNAME= festlex-cmu-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= festlex_CMU.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html -DEPENDS+= festival-1.3.1:../festival - -LICENSE= no-commercial-use +DEPENDS+= festival-1.4.0:../festival NO_BUILD= yes |