Only for python<=2.6
This commit is contained in:
parent
93aadb18f7
commit
8486f946b0
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue