diff options
author | agc <agc@pkgsrc.org> | 1999-06-09 17:05:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-06-09 17:05:32 +0000 |
commit | c0ab7da28a20c68b69763d97f8c76bd71196c67d (patch) | |
tree | 69429b83fd14e2ebbf8dc8082950399b2ddca074 /audio/festlex-cmu | |
parent | 718931278e934d86e0c76c9b469586b12d97409d (diff) | |
download | pkgsrc-c0ab7da28a20c68b69763d97f8c76bd71196c67d.tar.gz |
Set the LICENSE field to "no-commercial-use". "non-commercial-use"
is deprecated.
Diffstat (limited to 'audio/festlex-cmu')
-rw-r--r-- | audio/festlex-cmu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile index 6b95e3157c0..ecba575b186 100644 --- a/audio/festlex-cmu/Makefile +++ b/audio/festlex-cmu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/04/14 04:50:20 proff Exp $ +# $NetBSD: Makefile,v 1.4 1999/06/09 17:05:32 agc Exp $ DISTNAME= festlex-cmu-1.3.1 WRKSRC= ${WRKDIR}/festival @@ -11,7 +11,7 @@ HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html DEPENDS+= festival-1.3.1:../festival -LICENSE= non-commercial-use +LICENSE= no-commercial-use NO_BUILD= yes |