summaryrefslogtreecommitdiff
path: root/math/py-fpconst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-fpconst/Makefile')
-rw-r--r--math/py-fpconst/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile
index f613fd32e42..346f6866358 100644
--- a/math/py-fpconst/Makefile
+++ b/math/py-fpconst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/07/09 13:03:55 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:46 wiz Exp $
DISTNAME= fpconst-0.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/fpconst
COMMENT= IEEE 754 floating point special handling for Python
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.7.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7.2
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"