diff options
author | agc <agc> | 1999-06-09 17:05:32 +0000 |
---|---|---|
committer | agc <agc> | 1999-06-09 17:05:32 +0000 |
commit | 3abab178f73fee406113057c6b477f87953884e6 (patch) | |
tree | 69429b83fd14e2ebbf8dc8082950399b2ddca074 /audio/festival | |
parent | e71ac5b43a959dee1a4c4d0a11cf50a3753841fc (diff) | |
download | pkgsrc-3abab178f73fee406113057c6b477f87953884e6.tar.gz |
Set the LICENSE field to "no-commercial-use". "non-commercial-use"
is deprecated.
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 89c24af6c77..cf893ab8717 100644 --- a/audio/festival/Makefile +++ b/audio/festival/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= festival-1.3.1 WRKSRC= ${WRKDIR} @@ -14,7 +14,7 @@ HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html DEPENDS+= nas-1.2.5:../nas -LICENSE= non-commercial-use +LICENSE= no-commercial-use USE_GMAKE= yes |