summaryrefslogtreecommitdiff
path: root/databases/py-tokyocabinet/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2012-03-05 08:26:17 +0000
committerdholland <dholland>2012-03-05 08:26:17 +0000
commite5a1a7c917081c13822b724f3e1e0f5ff0128a8c (patch)
treeb83815ff5b054c1e2306921cf27abbd6aaee75df /databases/py-tokyocabinet/Makefile
parentaf7d9f19fd0bab32854298ca4389525bf6d8e6a7 (diff)
downloadpkgsrc-e5a1a7c917081c13822b724f3e1e0f5ff0128a8c.tar.gz
Doesn't build with python24. (it appears that Py_ssize_t isn't defined)
Diffstat (limited to 'databases/py-tokyocabinet/Makefile')
-rw-r--r--databases/py-tokyocabinet/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile
index e638e297d21..360f6c643d1 100644
--- a/databases/py-tokyocabinet/Makefile
+++ b/databases/py-tokyocabinet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/03/01 21:13:08 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2012/03/05 08:26:17 dholland Exp $
#
VERSION= 0.5
@@ -14,6 +14,8 @@ LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_INCOMPATIBLE= 24
+
.include "../../databases/tokyocabinet/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"