diff options
Diffstat (limited to 'www/py-graphite-web')
-rw-r--r-- | www/py-graphite-web/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-graphite-web/Makefile b/www/py-graphite-web/Makefile index 326e9b88f26..353490edc65 100644 --- a/www/py-graphite-web/Makefile +++ b/www/py-graphite-web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/07/03 05:03:40 adam Exp $ +# $NetBSD: Makefile,v 1.6 2019/04/26 13:14:21 maya Exp $ DISTNAME= graphite-web-0.9.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -61,7 +61,7 @@ CONF_FILES+= ${GRAPHITE_EGDIR}/${file}.example \ PYSETUPINSTALLARGS= --prefix=${PREFIX} \ --install-lib=${PREFIX}/${PYSITELIB} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-django-tagging +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-django-tagging INSTALLATION_DIRS+= share/examples/graphite |