summaryrefslogtreecommitdiff
path: root/devel/py-multiprocessing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-multiprocessing/Makefile')
-rw-r--r--devel/py-multiprocessing/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-multiprocessing/Makefile b/devel/py-multiprocessing/Makefile
index acd34bc71a7..fa6134d1ef7 100644
--- a/devel/py-multiprocessing/Makefile
+++ b/devel/py-multiprocessing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:42 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:34 wiz Exp $
DISTNAME= multiprocessing-2.6.2.1
PKGNAME= ${PYPKGPREFIX}-multiprocessing-2.6.2.1
@@ -10,7 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/multiprocessing/
COMMENT= Python threading package
LICENSE= modified-bsd
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # does not make sense, python-3.x has it included
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # does not make sense, python-3.x has it included
CFLAGS.SunOS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1