summaryrefslogtreecommitdiff
path: root/databases/py-ckanclient
diff options
context:
space:
mode:
authorobache <obache>2011-10-14 05:08:53 +0000
committerobache <obache>2011-10-14 05:08:53 +0000
commit872e56b2669aafb05be4a3621531333dfebed210 (patch)
tree65cfc89676f2b4b2e68f94ccac1ee41f3fb304cf /databases/py-ckanclient
parent7fa5186b87c75e8c63e6f78a27d53edf6564459d (diff)
downloadpkgsrc-872e56b2669aafb05be4a3621531333dfebed210.tar.gz
fix a typo (thanks dholland!)
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 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