summaryrefslogtreecommitdiff
path: root/databases/py-ckanclient
diff options
context:
space:
mode:
authorobache <obache>2011-10-14 04:57:59 +0000
committerobache <obache>2011-10-14 04:57:59 +0000
commite99f6eaf9f5a3def091433da2d47d8494933c1bd (patch)
tree93feecacfd86a3a78142d9fb3d1098d929f6757f /databases/py-ckanclient
parent7c86129d05f934a6d357a38050c9f9f22c13ac21 (diff)
downloadpkgsrc-e99f6eaf9f5a3def091433da2d47d8494933c1bd.tar.gz
Fixes for trying to build with python24.
Diffstat (limited to 'databases/py-ckanclient')
-rw-r--r--databases/py-ckanclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-ckanclient/Makefile b/databases/py-ckanclient/Makefile
index d46bb06fbd4..91d6871aa24 100644
--- a/databases/py-ckanclient/Makefile
+++ b/databases/py-ckanclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/10/14 04:47:34 obache Exp $
+# $NetBSD: Makefile,v 1.4 2011/10/14 04:57:59 obache Exp $
#
DISTNAME= ckanclient-0.9
@@ -19,7 +19,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 24
.include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == py25
+.if defined(PKPKGPREFIX) && !empty(PYPKGPREFIX:Mpy25)
DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
.endif