diff options
author | drochner <drochner> | 2010-01-27 14:17:33 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-01-27 14:17:33 +0000 |
commit | d460d3bfd7d7dc3793c3e1b548b627fdb40699c1 (patch) | |
tree | 8497093f2854eda539c955ac8e60377845dc2af8 | |
parent | 1012fe5f852e41afd7d5d9e5d0b59704added76a (diff) | |
download | pkgsrc-d460d3bfd7d7dc3793c3e1b548b627fdb40699c1.tar.gz |
+py-mpmath
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index c83ace51736..813e670287e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.196 2009/12/12 14:02:21 drochner Exp $ +# $NetBSD: Makefile,v 1.197 2010/01/27 14:17:33 drochner Exp $ COMMENT= Mathematics @@ -153,6 +153,7 @@ SUBDIR+= py-Scientific SUBDIR+= py-Scientific-doc SUBDIR+= py-ephem SUBDIR+= py-fpconst +SUBDIR+= py-mpmath SUBDIR+= py-networkx SUBDIR+= py-numarray SUBDIR+= py-numpy |