diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:49:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:49:21 +0000 |
commit | a87f25bfdf7fa10465696d01d16330518df444e0 (patch) | |
tree | e0f7f622c01a4f44720a79ff1b6501168e130c35 /korean | |
parent | edc7afbe8a126cd3767839aa1ff7d6eab539c059 (diff) | |
download | ports-a87f25bfdf7fa10465696d01d16330518df444e0.tar.gz ports-a87f25bfdf7fa10465696d01d16330518df444e0.zip |
Notes
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 |