diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-08-02 18:14:33 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-08-02 18:14:33 +0000 |
commit | 5ce1369a9553dcd30a2b6cdb7f649b463d58c36d (patch) | |
tree | 60eaa69ac1bdc1c751fc5d4eb6630400523dd08f /textproc/libwps | |
parent | 16ca0f4c65cdac12e8470e43e6ec3b3a74c4a721 (diff) | |
download | ports-5ce1369a9553dcd30a2b6cdb7f649b463d58c36d.tar.gz ports-5ce1369a9553dcd30a2b6cdb7f649b463d58c36d.zip |
Notes
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 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 |