diff options
author | taca <taca@pkgsrc.org> | 2013-03-16 04:05:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-03-16 04:05:40 +0000 |
commit | f238d9bdc65223b2e2c1cc7d8c1b495f508c8f95 (patch) | |
tree | bf5ce2196c79f3db33e06fe36b314c996b748bd0 /math/Makefile | |
parent | 54d5150e0fa690fbe9ee53b303ccb067429cb1e2 (diff) | |
download | pkgsrc-f238d9bdc65223b2e2c1cc7d8c1b495f508c8f95.tar.gz |
Add and enable pear-Math_BigInteger.
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 990dcfce520..2911fb937c4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.249 2013/03/14 19:00:44 drochner Exp $ +# $NetBSD: Makefile,v 1.250 2013/03/16 04:05:40 taca Exp $ COMMENT= Mathematics @@ -184,6 +184,7 @@ SUBDIR+= p5-Statistics-Descriptive SUBDIR+= p5-Test-Number-Delta SUBDIR+= pari SUBDIR+= pari-galdata +SUBDIR+= pear-Math_BigInteger SUBDIR+= pear-Numbers_Roman SUBDIR+= pear-Numbers_Words SUBDIR+= php-bcmath |