diff options
author | hubertf <hubertf@pkgsrc.org> | 2009-03-07 02:20:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2009-03-07 02:20:35 +0000 |
commit | d28fb3a3200ffedb5a99c52dbd6690c74bf556bf (patch) | |
tree | 4122a647fd7dd4fa4a57846d34cdba3a4fccb504 /math | |
parent | ce7ff17773cfdcec9bff308623e1eb1062fdbe3f (diff) | |
download | pkgsrc-d28fb3a3200ffedb5a99c52dbd6690c74bf556bf.tar.gz |
add & enable p5-Math-BigInt-GMP
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 a9004d2ab95..0b68bcc91e4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.184 2009/02/09 03:20:03 dsainty Exp $ +# $NetBSD: Makefile,v 1.185 2009/03/07 02:20:35 hubertf Exp $ COMMENT= Mathematics @@ -113,6 +113,7 @@ SUBDIR+= p5-Math-Base85 SUBDIR+= p5-Math-BaseCnv SUBDIR+= p5-Math-Bezier SUBDIR+= p5-Math-BigInteger +SUBDIR+= p5-Math-BigInt-GMP SUBDIR+= p5-Math-FFT SUBDIR+= p5-Math-GMP SUBDIR+= p5-Math-Interpolate |