diff options
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 |