diff options
author | kwm <kwm@FreeBSD.org> | 2010-06-05 05:41:41 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-06-05 05:41:41 +0800 |
commit | 32d726c6fdbc543349e79b71096839a983df1dae (patch) | |
tree | 401a5689dcbdf85124e1f0ad10d95143c421c6c6 /audio/ladspa | |
parent | 3e9895b85b162e129621c0c9305dd8181c559622 (diff) | |
download | freebsd-ports-gnome-32d726c6fdbc543349e79b71096839a983df1dae.tar.gz freebsd-ports-gnome-32d726c6fdbc543349e79b71096839a983df1dae.tar.zst freebsd-ports-gnome-32d726c6fdbc543349e79b71096839a983df1dae.zip |
Instead of only 1 LGPL license there are two namely: the 2.1 and 3 version.
So make a LGPL21 and LGPL3 value for the license framework.
Replace the LGPL used in ports with LGPL21. (checked all consumers)
Obtained from: http://www.gnu.org/licenses/ (Under License URL's)
Diffstat (limited to 'audio/ladspa')
-rw-r--r-- | audio/ladspa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index f5770399314e..25f0ed1202e8 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= arved@FreeBSD.org COMMENT= Linux Audio Developer's Simple Plugin API -LICENSE= LGPL +LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/doc/COPYING WRKSRC= ${WRKDIR}/ladspa_sdk |