diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-08 14:42:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-08 14:42:41 +0000 |
commit | df5d057f9b16ee8f446125b8f233a37aeb0f0840 (patch) | |
tree | ae1ef10358e338ebc45bd8f2ed0ba08033a8e22c /korean | |
parent | 472eb7ba2606c9d21f935de132dbf6e576cf909f (diff) |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/hunspell/Makefile b/korean/hunspell/Makefile index a087b9ce5f8c..efc7aad8ccee 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_MPL= ${WRKSRC}/LICENSE.MPL -BUILD_DEPENDS= py${PYTHON_SUFFIX}-lxml>=0:devel/py-lxml +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml TEST_DEPENDS= hunspell:textproc/hunspell GH_ACCOUNT= changwoo |