diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-08 22:42:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-08 22:42:41 +0800 |
commit | 9102725b31ba3b2b1330f0fc0f67c85a24a1cfa0 (patch) | |
tree | ae1ef10358e338ebc45bd8f2ed0ba08033a8e22c /korean/hunspell | |
parent | 098be305ab727406daaee07934dbab24668eec6a (diff) | |
download | freebsd-ports-gnome-9102725b31ba3b2b1330f0fc0f67c85a24a1cfa0.tar.gz freebsd-ports-gnome-9102725b31ba3b2b1330f0fc0f67c85a24a1cfa0.tar.zst freebsd-ports-gnome-9102725b31ba3b2b1330f0fc0f67c85a24a1cfa0.zip |
Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-
With hat: python
Diffstat (limited to 'korean/hunspell')
-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 |