summaryrefslogtreecommitdiff
path: root/math/py-pytables/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pytables/Makefile')
-rw-r--r--math/py-pytables/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile
index c256d1a04e7..7168472e9c5 100644
--- a/math/py-pytables/Makefile
+++ b/math/py-pytables/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/04/08 19:09:07 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2012/06/16 05:40:05 dholland Exp $
#
DISTNAME= tables-2.2.1
@@ -18,6 +18,8 @@ PKG_SUPPORTED_OPTIONS= lzo
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 25
+
PYDISTUTILSPKG= yes
PYSETUPBUILDARGS= --hdf5=${BUILDLINK_PREFIX.hdf5}
.if !empty(PKG_OPTIONS:Mlzo)