diff options
author | wen <wen@pkgsrc.org> | 2013-01-24 01:27:21 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-01-24 01:27:21 +0000 |
commit | 53625bb6c710d72025c5750af3cf1204a59d6614 (patch) | |
tree | ce76f3d00fea2ee3d429002d662676928c4a9c3c /math | |
parent | afe3a8d2b494ac3d86659c52807f9a8c17ff717c (diff) | |
download | pkgsrc-53625bb6c710d72025c5750af3cf1204a59d6614.tar.gz |
Add R-intervals
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 fd0bfe1c170..7e6986f9e26 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.243 2012/11/29 08:00:12 jnemeth Exp $ +# $NetBSD: Makefile,v 1.244 2013/01/24 01:27:21 wen Exp $ COMMENT= Mathematics @@ -35,6 +35,7 @@ SUBDIR+= R-gstat SUBDIR+= R-gtools SUBDIR+= R-httpRequest SUBDIR+= R-hwde +SUBDIR+= R-intervals SUBDIR+= R-lmm SUBDIR+= R-mapproj SUBDIR+= R-maps |