summaryrefslogtreecommitdiff
path: root/databases/py-table/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-table/Makefile')
-rw-r--r--databases/py-table/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/py-table/Makefile b/databases/py-table/Makefile
index e68883074a6..7920abe49f0 100644
--- a/databases/py-table/Makefile
+++ b/databases/py-table/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/10/02 21:25:50 asau Exp $
-#
+# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:00 wiz Exp $
DISTNAME= pytable-0.8.3a
PKGNAME= ${PYPKGPREFIX}-table-0.8.3a
@@ -13,6 +12,9 @@ COMMENT= Python RDBMS wrapper for various databases
DEPENDS+= ${PYPKGPREFIX}-basicproperty-[0-9]*:../../lang/py-basicproperty
+# py-basicproperty isn't compatible to 3.x
+PYTHON_VERSIONS_INCOMPATIBLE= 33
+
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"