diff options
author | wen <wen@pkgsrc.org> | 2016-04-17 04:11:12 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-04-17 04:11:12 +0000 |
commit | 56be8867b16b780f52f0fcc62bd66f8e7e0fb25e (patch) | |
tree | a488b4836b73060c9eae267737bc6c61934c813a /math | |
parent | 57fb3dd1fafe5949b920ae6314d1c0c7e8bff693 (diff) | |
download | pkgsrc-56be8867b16b780f52f0fcc62bd66f8e7e0fb25e.tar.gz |
Add R-nloptr
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 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 |