diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-30 11:05:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-30 11:05:49 +0000 |
commit | 69c74b2e1cbf408c2405f7643fd91fb2ed7b5732 (patch) | |
tree | 33123e8dd70a8a30e6c854cdf96f32d1c5734277 /math | |
parent | ca9c26cc9f2f6a3956dad440c12a4c97aebcf13b (diff) | |
download | pkgsrc-69c74b2e1cbf408c2405f7643fd91fb2ed7b5732.tar.gz |
+ py-munkres.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 487c64507e6..c6f7d40d8bb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.238 2012/05/29 16:41:26 asau Exp $ +# $NetBSD: Makefile,v 1.239 2012/05/30 11:05:49 wiz Exp $ COMMENT= Mathematics @@ -190,6 +190,7 @@ SUBDIR+= py-ephem SUBDIR+= py-fpconst SUBDIR+= py-gmpy SUBDIR+= py-mpmath +SUBDIR+= py-munkres SUBDIR+= py-networkx SUBDIR+= py-numarray SUBDIR+= py-numexpr |