diff options
Diffstat (limited to 'korean/hunspell/Makefile')
-rw-r--r-- | korean/hunspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/hunspell/Makefile b/korean/hunspell/Makefile index 4c57e97cc4b7..fdad9a3c27cb 100644 --- a/korean/hunspell/Makefile +++ b/korean/hunspell/Makefile @@ -1,5 +1,6 @@ PORTNAME= hunspell PORTVERSION= 0.7.90 +PORTREVISION= 1 CATEGORIES= korean textproc MAINTAINER= jkim@FreeBSD.org @@ -12,7 +13,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@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} TEST_DEPENDS= hunspell:textproc/hunspell \ gmake:devel/gmake |