diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:49:21 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:35:51 +0800 |
commit | c3056f1a56dc6640723c91893f57633140eb8c03 (patch) | |
tree | 09b1d8ee1c365f3b3bdc8ca92c67be9c42a387d3 /korean | |
parent | 43d8a1f4aec7fe73123c315b69c8edfb928579c9 (diff) | |
download | freebsd-ports-gnome-c3056f1a56dc6640723c91893f57633140eb8c03.tar.gz freebsd-ports-gnome-c3056f1a56dc6640723c91893f57633140eb8c03.tar.zst freebsd-ports-gnome-c3056f1a56dc6640723c91893f57633140eb8c03.zip |
Update LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/hunspell/Makefile b/korean/hunspell/Makefile index efc7aad8ccee..971910bb1f4a 100644 --- a/korean/hunspell/Makefile +++ b/korean/hunspell/Makefile @@ -8,11 +8,11 @@ CATEGORIES= korean textproc MAINTAINER= jkim@FreeBSD.org COMMENT= Korean hunspell dictionaries -LICENSE= GPLv2+ LGPL21+ MPL +LICENSE= GPLv2+ LGPL21+ MPL11 LICENSE_COMB= dual LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.LGPL -LICENSE_FILE_MPL= ${WRKSRC}/LICENSE.MPL +LICENSE_FILE_MPL11= ${WRKSRC}/LICENSE.MPL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml TEST_DEPENDS= hunspell:textproc/hunspell |