summaryrefslogtreecommitdiff
path: root/databases/py-ckanclient
diff options
context:
space:
mode:
authordholland <dholland>2011-10-14 04:23:20 +0000
committerdholland <dholland>2011-10-14 04:23:20 +0000
commite236991525d9fbd28b4ca0cdfcd5e36f1fe0cb7e (patch)
treed73e1a28b99251b5ed4f0db9f2e6dfdbf61f7765 /databases/py-ckanclient
parentcbf34d149ecd68197c1f2f021d054a63b5104ac5 (diff)
downloadpkgsrc-e236991525d9fbd28b4ca0cdfcd5e36f1fe0cb7e.tar.gz
Does not work with:
python24 (uses perl-style if syntax) python25 (ImportError: No module named simplejson)
Diffstat (limited to 'databases/py-ckanclient')
-rw-r--r--databases/py-ckanclient/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-ckanclient/Makefile b/databases/py-ckanclient/Makefile
index 310ea6edd3e..5c6ba7a7411 100644
--- a/databases/py-ckanclient/Makefile
+++ b/databases/py-ckanclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/10/03 11:04:32 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/14 04:23:20 dholland Exp $
#
DISTNAME= ckanclient-0.9
@@ -15,5 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 24 25
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"