diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:50:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:50:34 +0800 |
commit | 4640ca934c0afcbaa4af6e6645bbe98f7cfdfdb3 (patch) | |
tree | 650031511bea117680186b7e2e912979a9953c69 | |
parent | 0d01c8dfb0817ada7d45949b12436f6a48d262cb (diff) | |
download | freebsd-ports-gnome-4640ca934c0afcbaa4af6e6645bbe98f7cfdfdb3.tar.gz freebsd-ports-gnome-4640ca934c0afcbaa4af6e6645bbe98f7cfdfdb3.tar.zst freebsd-ports-gnome-4640ca934c0afcbaa4af6e6645bbe98f7cfdfdb3.zip |
Add LICENSE_FILE
-rw-r--r-- | textproc/libwps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile index 840182cb94e5..30b2811c9611 100644 --- a/textproc/libwps/Makefile +++ b/textproc/libwps/Makefile @@ -11,6 +11,8 @@ COMMENT= Microsoft file word processor format import filter library 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 |