diff options
author | seb <seb@pkgsrc.org> | 2005-10-13 10:57:04 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-10-13 10:57:04 +0000 |
commit | b934749ac00d4b5f379c93ea3cc01de5c7fd1ec4 (patch) | |
tree | 6e553628f1faa0d885af360ab4a18d12d1ba105a | |
parent | ccee23a9f840ea472d47ecd132469226c2b5909e (diff) | |
download | pkgsrc-b934749ac00d4b5f379c93ea3cc01de5c7fd1ec4.tar.gz |
Add & enable p5-Math-GMP
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index fc091fa3b03..46e5deccda6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2005/10/11 13:31:10 adam Exp $ +# $NetBSD: Makefile,v 1.138 2005/10/13 10:57:04 seb Exp $ # COMMENT= Mathematics @@ -70,6 +70,7 @@ SUBDIR+= p5-Math-Base85 SUBDIR+= p5-Math-Bezier SUBDIR+= p5-Math-BigInteger SUBDIR+= p5-Math-FFT +SUBDIR+= p5-Math-GMP SUBDIR+= p5-Math-Interpolate SUBDIR+= p5-Math-MatrixReal SUBDIR+= p5-Math-Pari |