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/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile
index 1923e6596bf..8b3835a0c99 100644
--- a/math/py-pytables/Makefile
+++ b/math/py-pytables/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2009/11/15 15:56:55 drochner Exp $
+# $NetBSD: Makefile,v 1.18 2010/07/16 12:17:59 drochner Exp $
#
-DISTNAME= tables-2.1.2
-PKGNAME= ${PYPKGPREFIX}-pytables-2.1.2
+DISTNAME= tables-2.2
+PKGNAME= ${PYPKGPREFIX}-pytables-2.2
CATEGORIES= math python
-MASTER_SITES= http://www.pytables.org/download/pytables-2.1.2/
+MASTER_SITES= http://www.pytables.org/download/pytables-2.2/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pytables.org/
@@ -40,4 +40,6 @@ do-test:
.include "../../devel/zlib/buildlink3.mk"
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../math/py-numexpr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"