diff options
author | wiz <wiz> | 2004-12-29 01:19:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-29 01:19:56 +0000 |
commit | 7740399661de0b8492c7a0235321e0730a7ed15c (patch) | |
tree | 2cace52ac694f429dc0cc4c5f6236b0e3f75fe6c /math | |
parent | fdd9ddd7d5bd7a5be367ae23d625a3d391253f10 (diff) | |
download | pkgsrc-7740399661de0b8492c7a0235321e0730a7ed15c.tar.gz |
Add and enable p5-Math-Random.
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 30a9ea3fbf5..23fd1978c5f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2004/12/27 11:28:04 wiz Exp $ +# $NetBSD: Makefile,v 1.125 2004/12/29 01:19:56 wiz Exp $ # COMMENT= Mathematics @@ -70,6 +70,7 @@ SUBDIR+= p5-Math-FFT SUBDIR+= p5-Math-Interpolate SUBDIR+= p5-Math-MatrixReal SUBDIR+= p5-Math-Pari +SUBDIR+= p5-Math-Random SUBDIR+= p5-Number-Latin SUBDIR+= p5-Spreadsheet-ParseExcel SUBDIR+= p5-Spreadsheet-WriteExcel |