diff options
author | jkim <jkim@FreeBSD.org> | 2017-08-03 02:02:36 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2017-08-03 02:02:36 +0800 |
commit | 073b0f18ba14dbdfebe7e0522811b3407e2c6901 (patch) | |
tree | 632f91212fb8f89307fa1b0f9cc14993807002b6 /textproc/libwps | |
parent | 3b7d3953f1241d1b5ab6c92e0970c6665abca8bb (diff) | |
download | freebsd-ports-gnome-073b0f18ba14dbdfebe7e0522811b3407e2c6901.tar.gz freebsd-ports-gnome-073b0f18ba14dbdfebe7e0522811b3407e2c6901.tar.zst freebsd-ports-gnome-073b0f18ba14dbdfebe7e0522811b3407e2c6901.zip |
Specify MPL version.
Diffstat (limited to 'textproc/libwps')
-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 7c53e83b0efb..ee5cc2836416 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 MPL +LICENSE= LGPL21 MPL20 LICENSE_COMB= dual LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge |