diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:50:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:50:30 +0800 |
commit | 0d01c8dfb0817ada7d45949b12436f6a48d262cb (patch) | |
tree | 2f73a5228728a8e67d69c5edcf2c3fc4fbd545b2 /textproc | |
parent | ad10e4a3c2ae5f4b2c7a3b6c327b785e83d322ee (diff) | |
download | freebsd-ports-gnome-0d01c8dfb0817ada7d45949b12436f6a48d262cb.tar.gz freebsd-ports-gnome-0d01c8dfb0817ada7d45949b12436f6a48d262cb.tar.zst freebsd-ports-gnome-0d01c8dfb0817ada7d45949b12436f6a48d262cb.zip |
Update and sort LICENSE
- Add LICENSE_FILE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libvisio01/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile index 83bcdb48f6d6..ebc9913534c4 100644 --- a/textproc/libvisio01/Makefile +++ b/textproc/libvisio01/Makefile @@ -10,8 +10,9 @@ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing the visio file format structure -LICENSE= LGPL21 MPL GPLv2 +LICENSE= GPLv2+ LGPL21+ MPL11 MPL20 LICENSE_COMB= dual +LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ |