diff options
author | wiz <wiz> | 2010-02-24 20:49:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-02-24 20:49:54 +0000 |
commit | 5a10428e60a0a59ab5ec0c9ec4d1baf39bef82ec (patch) | |
tree | 68bed76aa0fd24a823e50650a30be905db05a733 /math | |
parent | 21e78b0c9e5c3cd244d5851ee4ca526c965000aa (diff) | |
download | pkgsrc-5a10428e60a0a59ab5ec0c9ec4d1baf39bef82ec.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 |