diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-12 18:35:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-12 18:35:32 +0000 |
commit | 6cfdfbc1cd371390f65ac1f5f7e075bed2ac1cae (patch) | |
tree | 5d74ee8e111fec1da8c37badd45ff2afb7ecde0f /korean | |
parent | 55d99fa7d23bb49511a0f4c769142e4dc8a16705 (diff) |
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 971910bb1f4a..5ae3c9ff9c21 100644 --- a/korean/hunspell/Makefile +++ b/korean/hunspell/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.LGPL LICENSE_FILE_MPL11= ${WRKSRC}/LICENSE.MPL -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} TEST_DEPENDS= hunspell:textproc/hunspell GH_ACCOUNT= changwoo @@ -22,7 +22,7 @@ GH_PROJECT= ${PORTNAME}-dict-ko USE_GITHUB= yes NO_ARCH= yes -USES= python:build,test +USES= python:2.7,build,test PLIST_FILES= %%DATADIR%%/ko_KR.aff \ %%DATADIR%%/ko_KR.dic |