summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-07-07 05:52:13 +0000
committerobache <obache@pkgsrc.org>2014-07-07 05:52:13 +0000
commitdcb9a5b5a52246050210ade1a804711b7557775d (patch)
treefdcb8a565406ff585d95459ddf98d813e38df5e4
parent3b9eee38cd4571b095439b1d3cd975fc5c6a5ead (diff)
downloadpkgsrc-dcb9a5b5a52246050210ade1a804711b7557775d.tar.gz
Only for python<=2.6
-rw-r--r--devel/py-ordereddict/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-ordereddict/Makefile b/devel/py-ordereddict/Makefile
index b2cf543953d..bacdc13fd1f 100644
--- a/devel/py-ordereddict/Makefile
+++ b/devel/py-ordereddict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/10/31 11:19:33 asau Exp $
+# $NetBSD: Makefile,v 1.4 2014/07/07 05:52:13 obache Exp $
#
DISTNAME= ordereddict-1.1
@@ -13,5 +13,7 @@ LICENSE= mit
USE_LANGUAGES= # none
+PYTHON_VERSIONS_ACCEPTED= 26
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"