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
commit064bf6f14c69f05f93751353ebe6a841a69a8477 (patch)
tree3b2dcd0c0fc6acb0dd102ea0438d71ba11518a7d /lang
parentc836ed03c1fb6ff1149bbbcfd577a03e252e8fd2 (diff)
downloadpkgsrc-064bf6f14c69f05f93751353ebe6a841a69a8477.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