diff options
Diffstat (limited to 'www/py-beautifulsoup/Makefile')
-rw-r--r-- | www/py-beautifulsoup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index 0e724128d96..81f69feedd1 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:39 adam Exp $ +# $NetBSD: Makefile,v 1.17 2019/04/26 13:14:20 maya Exp $ DISTNAME= BeautifulSoup-3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/B/b/:S/S/s/} @@ -10,7 +10,7 @@ HOMEPAGE= https://www.crummy.com/software/BeautifulSoup/ COMMENT= HTML/XML Parser for Python, version 3 LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # use py-beautifulsoup4 for python-3.x +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # use py-beautifulsoup4 for python-3.x .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |