diff options
-rw-r--r-- | textproc/py-html5-parser/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-html5-parser/Makefile b/textproc/py-html5-parser/Makefile index 56386d5c393..a4ade8460c6 100644 --- a/textproc/py-html5-parser/Makefile +++ b/textproc/py-html5-parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2022/11/23 16:21:12 adam Exp $ +# $NetBSD: Makefile,v 1.16 2022/11/30 17:03:45 adam Exp $ DISTNAME= html5-parser-0.4.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,13 +12,13 @@ COMMENT= Fast, standards-compliant, C-based HTML5 parser LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4 +DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet DEPENDS+= ${PYPKGPREFIX}-lxml>=3.8.0:../../textproc/py-lxml -PYTHON_VERSIONED_DEPENDENCIES+= chardet - USE_TOOLS+= pkg-config -.include "../../lang/python/versioned_dependencies.mk" +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-beautifulsoup4 + .include "../../lang/python/egg.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |