diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-24 20:49:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-24 20:49:54 +0000 |
commit | 818dbb58fa0d6931cfd1cb8eaef1111de71fcfb3 (patch) | |
tree | 68bed76aa0fd24a823e50650a30be905db05a733 /math | |
parent | 302ec9c08dd9e61f7ec41f2f178e14fd1d3d664f (diff) | |
download | pkgsrc-818dbb58fa0d6931cfd1cb8eaef1111de71fcfb3.tar.gz |
+ prng.
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 d269633b92d..165d59d2688 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.200 2010/02/18 21:03:31 drochner Exp $ +# $NetBSD: Makefile,v 1.201 2010/02/24 20:49:54 wiz Exp $ COMMENT= Mathematics @@ -149,6 +149,7 @@ SUBDIR+= pari-galdata SUBDIR+= pear-Numbers_Roman SUBDIR+= pear-Numbers_Words SUBDIR+= php-bcmath +SUBDIR+= prng SUBDIR+= pspp SUBDIR+= py-Numeric SUBDIR+= py-Scientific |