diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-06-05 05:41:41 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-06-05 05:41:41 +0800 |
commit | c7d3087af61715001487ee26dd32fd5c563a34f6 (patch) | |
tree | 008c32a9da0b037e3e91342a2bd2fe9b0798608c /net-im/tapioca-qt | |
parent | 9a43872deb9c3ef51f5aa485c27fde1460c82edd (diff) | |
download | freebsd-ports-gnome-c7d3087af61715001487ee26dd32fd5c563a34f6.tar.gz freebsd-ports-gnome-c7d3087af61715001487ee26dd32fd5c563a34f6.tar.zst freebsd-ports-gnome-c7d3087af61715001487ee26dd32fd5c563a34f6.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-im/tapioca-qt')
-rw-r--r-- | net-im/tapioca-qt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/tapioca-qt/Makefile b/net-im/tapioca-qt/Makefile index 35fe24960e1c..05bfed421e6a 100644 --- a/net-im/tapioca-qt/Makefile +++ b/net-im/tapioca-qt/Makefile @@ -15,7 +15,7 @@ COMMENT= Framework for VoIP and IP applications LIB_DEPENDS= QtTelepathyCore.0:${PORTSDIR}/net-im/telepathy-qt -LICENSE= LGPL +LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/../COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build |