diff options
Diffstat (limited to 'www/py-mechanize/Makefile')
-rw-r--r-- | www/py-mechanize/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-mechanize/Makefile b/www/py-mechanize/Makefile index 1dbe4de0a17..83425aa4c1f 100644 --- a/www/py-mechanize/Makefile +++ b/www/py-mechanize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/11/02 12:58:46 adam Exp $ +# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:40 adam Exp $ DISTNAME= mechanize-0.3.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3.5 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |