diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:49:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:49:21 +0800 |
commit | f89f515d323af9556fe83df7eae3d9815477b474 (patch) | |
tree | e0f7f622c01a4f44720a79ff1b6501168e130c35 /korean | |
parent | 7739368b296356c7be23b82b29496a6943a73682 (diff) | |
download | freebsd-ports-gnome-f89f515d323af9556fe83df7eae3d9815477b474.tar.gz freebsd-ports-gnome-f89f515d323af9556fe83df7eae3d9815477b474.tar.zst freebsd-ports-gnome-f89f515d323af9556fe83df7eae3d9815477b474.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 |