summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorobache <obache>2011-10-14 05:08:53 +0000
committerobache <obache>2011-10-14 05:08:53 +0000
commitae1f60282625a7e617eaab0e9abdd1d57ceb16bd (patch)
tree65cfc89676f2b4b2e68f94ccac1ee41f3fb304cf /databases
parente99f6eaf9f5a3def091433da2d47d8494933c1bd (diff)
downloadpkgsrc-ae1f60282625a7e617eaab0e9abdd1d57ceb16bd.tar.gz
fix a typo (thanks dholland!)
Diffstat (limited to 'databases')
-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