diff options
author | rodent <rodent> | 2014-06-14 13:59:28 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-06-14 13:59:28 +0000 |
commit | 2e82043336e9c82ccbbee1f939b3f45d95dc34cb (patch) | |
tree | 71132f5e214de04e207e06fcfa00eed632571001 /math/Makefile | |
parent | b43806c7cee6935d24395764f2627178aa6afe3b (diff) | |
download | pkgsrc-2e82043336e9c82ccbbee1f939b3f45d95dc34cb.tar.gz |
+py-infinity
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 07a172c68a6..45cb7f9707a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.267 2014/06/11 20:51:45 schmonz Exp $ +# $NetBSD: Makefile,v 1.268 2014/06/14 13:59:28 rodent Exp $ COMMENT= Mathematics @@ -215,6 +215,7 @@ SUBDIR+= py-ephem SUBDIR+= py-ephem3 SUBDIR+= py-fpconst SUBDIR+= py-gmpy +SUBDIR+= py-infinity SUBDIR+= py-mpmath SUBDIR+= py-munkres SUBDIR+= py-networkx |