diff options
author | obache <obache@pkgsrc.org> | 2011-10-14 05:08:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-14 05:08:53 +0000 |
commit | 855d23ae6c178f09183ca260a00eef52f4c76e9b (patch) | |
tree | 65cfc89676f2b4b2e68f94ccac1ee41f3fb304cf /databases/py-ckanclient | |
parent | 61abb8e7a9245d35bbc8af73db6d3e912990b77f (diff) | |
download | pkgsrc-855d23ae6c178f09183ca260a00eef52f4c76e9b.tar.gz |
fix a typo (thanks dholland!)
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 91d6871aa24..168c3a9019b 100644 --- a/databases/py-ckanclient/Makefile +++ b/databases/py-ckanclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/10/14 04:57:59 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/10/14 05:08:53 obache Exp $ # DISTNAME= ckanclient-0.9 @@ -19,7 +19,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 24 .include "../../lang/python/pyversion.mk" -.if defined(PKPKGPREFIX) && !empty(PYPKGPREFIX:Mpy25) +.if defined(PYPKGPREFIX) && !empty(PYPKGPREFIX:Mpy25) DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson .endif |