diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2009-03-12 22:31:41 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2009-03-12 22:31:41 +0000 |
commit | fe84b0509ea52b840346a89a865f8a38224cfe8a (patch) | |
tree | 53272a27fd0325691143a08cef0f409de2a1054a /math | |
parent | 19324eaea7c64546c22236bed6be5e962533cc86 (diff) | |
download | pkgsrc-fe84b0509ea52b840346a89a865f8a38224cfe8a.tar.gz |
sort
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 0b68bcc91e4..ffa697eb110 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.185 2009/03/07 02:20:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.186 2009/03/12 22:31:41 jnemeth Exp $ COMMENT= Mathematics @@ -112,8 +112,8 @@ SUBDIR+= p5-Excel-Template-Plus SUBDIR+= p5-Math-Base85 SUBDIR+= p5-Math-BaseCnv SUBDIR+= p5-Math-Bezier -SUBDIR+= p5-Math-BigInteger SUBDIR+= p5-Math-BigInt-GMP +SUBDIR+= p5-Math-BigInteger SUBDIR+= p5-Math-FFT SUBDIR+= p5-Math-GMP SUBDIR+= p5-Math-Interpolate |