diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-27 08:32:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-27 08:32:54 +0000 |
commit | be18c8dd698e2571c8cd37ffcae9ed334ca1ea21 (patch) | |
tree | 531a99eea63c2fec13b52334eba1d3e56d5b1d4f /audio/lame | |
parent | beac84c1dc4cb29a1104895553cbd91d09968e2a (diff) | |
download | pkgsrc-be18c8dd698e2571c8cd37ffcae9ed334ca1ea21.tar.gz |
While lame may be under the GPL, using it or other mp3 software in
commercial (and perhaps other) projects is only allowed under a license, see
http://www.mp3licensing.com/help/developer.html#5
Restore LICENSE line.
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 19c6f21c1a8..c80c2ed0fc1 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2003/08/27 08:23:58 junyoung Exp $ +# $NetBSD: Makefile,v 1.28 2003/08/27 08:32:54 wiz Exp $ # VERS= 3.93.1 @@ -13,6 +13,8 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.mp3dev.org/mp3/ COMMENT= Fast, high quality MP3 encoder +LICENSE= fee-based-commercial-use + USE_BUILDLINK2= yes USE_GMAKE= yes |