summaryrefslogtreecommitdiff
path: root/databases/py-orderedmultidict
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-08-13 22:41:21 +0000
committerjoerg <joerg@pkgsrc.org>2014-08-13 22:41:21 +0000
commit39ecc3f5b48da451adbd20c530f0500a5a40eb9b (patch)
treefec0544e9a9bbf00ea08071529ad2bddd13a57b3 /databases/py-orderedmultidict
parentb36e89b4a94c38b3ad786349e189a09a2ec9ebbf (diff)
downloadpkgsrc-39ecc3f5b48da451adbd20c530f0500a5a40eb9b.tar.gz
Syntax not compatible with Python 2.6.
Diffstat (limited to 'databases/py-orderedmultidict')
-rw-r--r--databases/py-orderedmultidict/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-orderedmultidict/Makefile b/databases/py-orderedmultidict/Makefile
index a437d2e7b9e..ef335c7bb45 100644
--- a/databases/py-orderedmultidict/Makefile
+++ b/databases/py-orderedmultidict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/07/09 00:09:30 obache Exp $
+# $NetBSD: Makefile,v 1.4 2014/08/13 22:41:21 joerg Exp $
DISTNAME= orderedmultidict-0.7.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,8 +12,7 @@ LICENSE= unlicense
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 26
+
.include "../../lang/python/egg.mk"
-.if ${PYPKGPREFIX} == "py26"
-DEPENDS+= ${PYPKGPREFIX}-ordereddict-[0-9]*:../../devel/py-ordereddict
-.endif
.include "../../mk/bsd.pkg.mk"