diff options
author | minskim <minskim@pkgsrc.org> | 2018-02-07 20:49:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-02-07 20:49:19 +0000 |
commit | 6392f5c73b434beffcaed3b3a31b231ac949f221 (patch) | |
tree | 5d756aa1989f04250aa2287e822982932860e75d | |
parent | a010359119a233787ca7b049a7648058042e15ce (diff) | |
download | pkgsrc-6392f5c73b434beffcaed3b3a31b231ac949f221.tar.gz |
math/Makefile: Add R-gtable
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 363740b9c88..5251e555beb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.361 2018/02/07 01:11:50 minskim Exp $ +# $NetBSD: Makefile,v 1.362 2018/02/07 20:49:19 minskim Exp $ COMMENT= Mathematics @@ -41,6 +41,7 @@ SUBDIR+= R-geoR SUBDIR+= R-geoRglm SUBDIR+= R-gss SUBDIR+= R-gstat +SUBDIR+= R-gtable SUBDIR+= R-gtools SUBDIR+= R-httpRequest SUBDIR+= R-hwde |