summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-03-14 14:04:07 +0000
committerryoon <ryoon@pkgsrc.org>2014-03-14 14:04:07 +0000
commit8bc573a611c0db0966c32a5afde2c32916b6fe9a (patch)
tree3b2dcd0c0fc6acb0dd102ea0438d71ba11518a7d /lang
parent6e69f0e2c23491262b25adf6d66ba0f91b9c970f (diff)
downloadpkgsrc-8bc573a611c0db0966c32a5afde2c32916b6fe9a.tar.gz
Trigger PY_PEP3147=yes in PYTHON_VERSION_DEFAULT={26,27} case.
Fix build when PYTHON_VERSION_DEFAULT={26,27}.
Diffstat (limited to 'lang')
-rw-r--r--lang/python33/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index b596c1a20d6..d5de5982dc4 100644
--- a/lang/python33/Makefile
+++ b/lang/python33/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/03/12 10:42:42 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/03/14 14:04:07 ryoon Exp $
.include "dist.mk"
@@ -12,6 +12,9 @@ LICENSE= python-software-foundation
CONFLICTS+= python-[0-9]*
+# Trigger PY_PEP3147=yes in PYTHON_VERSION_DEFAULT={26,27} case.
+PYTHON_VERSION_REQD= 33
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-threads
CONFIGURE_ARGS+= --enable-shared