diff options
author | obache <obache@pkgsrc.org> | 2011-10-14 04:57:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-14 04:57:59 +0000 |
commit | 61abb8e7a9245d35bbc8af73db6d3e912990b77f (patch) | |
tree | 93feecacfd86a3a78142d9fb3d1098d929f6757f /databases/py-ckanclient | |
parent | a2b95fc3491077a29209f8212e341e3f4b02cf49 (diff) | |
download | pkgsrc-61abb8e7a9245d35bbc8af73db6d3e912990b77f.tar.gz |
Fixes for trying to build with python24.
Diffstat (limited to 'databases/py-ckanclient')
-rw-r--r-- | databases/py-ckanclient/Makefile | 4 |
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 |