diff options
author | wen <wen> | 2016-04-17 04:11:12 +0000 |
---|---|---|
committer | wen <wen> | 2016-04-17 04:11:12 +0000 |
commit | 16337b9da9c3fbfa05b3c14cb5003d892379200d (patch) | |
tree | a488b4836b73060c9eae267737bc6c61934c813a /math/Makefile | |
parent | 01a79bf4fd3b9ad4afc64d07dba200e61e264548 (diff) | |
download | pkgsrc-16337b9da9c3fbfa05b3c14cb5003d892379200d.tar.gz |
Add R-nloptr
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 5f488d7c91d..03cfa9f343a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.319 2016/03/03 13:34:01 wiz Exp $ +# $NetBSD: Makefile,v 1.320 2016/04/17 04:11:12 wen Exp $ COMMENT= Mathematics @@ -45,6 +45,7 @@ SUBDIR+= R-maps SUBDIR+= R-minqa SUBDIR+= R-mvtnorm SUBDIR+= R-ncdf +SUBDIR+= R-nloptr SUBDIR+= R-pixmap SUBDIR+= R-plyr SUBDIR+= R-quantreg |