diff options
author | drochner <drochner@pkgsrc.org> | 2004-04-22 15:26:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-04-22 15:26:13 +0000 |
commit | 824997c0c041d585039a48a49ee55b1a5f0ca852 (patch) | |
tree | 5ac37a635cda0fda5cb29d3754c904d5a60a42fb /math/Makefile | |
parent | ffbf375478fb4eed7b5cd71206efad22d22ab3ac (diff) | |
download | pkgsrc-824997c0c041d585039a48a49ee55b1a5f0ca852.tar.gz |
+pytables
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 9c6777279df..7962d538752 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2004/04/21 20:48:55 drochner Exp $ +# $NetBSD: Makefile,v 1.112 2004/04/22 15:26:13 drochner Exp $ # COMMENT= Mathematics @@ -74,6 +74,7 @@ SUBDIR+= py-Numeric SUBDIR+= py-Scientific SUBDIR+= py-Scientific-doc SUBDIR+= py-fpconst +SUBDIR+= py-pytables SUBDIR+= py-rpy SUBDIR+= py-numarray SUBDIR+= quadpack |