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 /net-mgmt | |
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 'net-mgmt')
-rw-r--r-- | net-mgmt/py-yapsnmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/py-yapsnmp/Makefile b/net-mgmt/py-yapsnmp/Makefile index c4266c4cb4a5..6ae809548f6c 100644 --- a/net-mgmt/py-yapsnmp/Makefile +++ b/net-mgmt/py-yapsnmp/Makefile @@ -16,7 +16,7 @@ COMMENT= Python SNMP module based on net-snmp LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp -LICENSE= LGPL +LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool:22 |