diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:50:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:50:39 +0000 |
commit | cdb2d06736477b608d921002c4ccb22d04a4f4e6 (patch) | |
tree | 5770fa1906bd8dcb53cdce26476285e81b4ade81 /textproc/libwps03 | |
parent | c908182a15357b120bc0c93e2807ddf035c996eb (diff) | |
download | ports-cdb2d06736477b608d921002c4ccb22d04a4f4e6.tar.gz ports-cdb2d06736477b608d921002c4ccb22d04a4f4e6.zip |
Notes
Diffstat (limited to 'textproc/libwps03')
-rw-r--r-- | textproc/libwps03/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libwps03/Makefile b/textproc/libwps03/Makefile index 3f30698df15e..2876b3c29b74 100644 --- a/textproc/libwps03/Makefile +++ b/textproc/libwps03/Makefile @@ -11,8 +11,10 @@ PKGNAMESUFFIX= 03 MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library -LICENSE= LGPL21 MPL +LICENSE= LGPL21 MPL20 LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge |