diff options
author | jkim <jkim@FreeBSD.org> | 2017-08-03 02:14:33 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2017-08-03 02:14:33 +0800 |
commit | c3a24fc68057707182ed5ee89df47ed044106e34 (patch) | |
tree | 60eaa69ac1bdc1c751fc5d4eb6630400523dd08f | |
parent | cf733706123bb6003ddb92bc6fd088834f0c1bf4 (diff) | |
download | freebsd-ports-gnome-c3a24fc68057707182ed5ee89df47ed044106e34.tar.gz freebsd-ports-gnome-c3a24fc68057707182ed5ee89df47ed044106e34.tar.zst freebsd-ports-gnome-c3a24fc68057707182ed5ee89df47ed044106e34.zip |
Update LGPL version. LGPL v2.1 or later is allowed.
-rw-r--r-- | textproc/libwps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile index ee5cc2836416..840182cb94e5 100644 --- a/textproc/libwps/Makefile +++ b/textproc/libwps/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library -LICENSE= LGPL21 MPL20 +LICENSE= LGPL21+ MPL20 LICENSE_COMB= dual LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge |