diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-04-21 17:48:22 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-04-21 17:48:22 +0000 |
commit | c7c16fc4860066f95084321f819b2aec6f36def8 (patch) | |
tree | b999b48b8f8d92d95f8d883e50af439327465e34 /math/Makefile | |
parent | e14582d58f008f4114b251963b0c55f9aeb30142 (diff) | |
download | pkgsrc-c7c16fc4860066f95084321f819b2aec6f36def8.tar.gz |
Add and enable p5-Math-{Round,VecStat}.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 9d1e62e9023..22ebf1b2adb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.187 2009/04/06 19:02:32 chuck Exp $ +# $NetBSD: Makefile,v 1.188 2009/04/21 17:48:22 schmonz Exp $ COMMENT= Mathematics @@ -121,6 +121,8 @@ SUBDIR+= p5-Math-MatrixReal SUBDIR+= p5-Math-Pari SUBDIR+= p5-Math-Random SUBDIR+= p5-Math-Random-MT-Perl +SUBDIR+= p5-Math-Round +SUBDIR+= p5-Math-VecStat SUBDIR+= p5-Number-Compare SUBDIR+= p5-Number-Latin SUBDIR+= p5-Roman |