Only for python<=2.6

This commit is contained in:
obache 2014-07-07 05:52:13 +00:00
parent 93aadb18f7
commit 8486f946b0

View file

@ -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"