diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:50:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:50:30 +0000 |
commit | ccdf42ba1cf7bdc806ef2a8ded0c4e1995c2ac6c (patch) | |
tree | 2f73a5228728a8e67d69c5edcf2c3fc4fbd545b2 /textproc/libvisio01/Makefile | |
parent | 19bbbb3d23c72f29b80c72d528526d7fcccf5bb6 (diff) | |
download | ports-ccdf42ba1cf7bdc806ef2a8ded0c4e1995c2ac6c.tar.gz ports-ccdf42ba1cf7bdc806ef2a8ded0c4e1995c2ac6c.zip |
Update and sort LICENSE
- Add LICENSE_FILE
Notes
Notes:
svn path=/head/; revision=450523
Diffstat (limited to 'textproc/libvisio01/Makefile')
-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 \ |