diff options
author | brook <brook> | 2014-09-20 03:53:54 +0000 |
---|---|---|
committer | brook <brook> | 2014-09-20 03:53:54 +0000 |
commit | 086da6fcdf8b14f4576c33163b93f6d201df52d1 (patch) | |
tree | 9e71f4e66538c5b32ac68474464cc2e36a601092 /math/Makefile | |
parent | 3c237281d4107586cfe4f73013bb73ddd6d4881b (diff) | |
download | pkgsrc-086da6fcdf8b14f4576c33163b93f6d201df52d1.tar.gz |
Move math/R-evaluate to devel/R-evaluate and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@. See the thread starting with:
http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 3ba1d934a57..cdbfbc9b6c7 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.294 2014/09/20 03:34:56 brook Exp $ +# $NetBSD: Makefile,v 1.295 2014/09/20 03:53:55 brook Exp $ COMMENT= Mathematics @@ -27,7 +27,6 @@ SUBDIR+= R-clim.pact SUBDIR+= R-combinat SUBDIR+= R-date SUBDIR+= R-e1071 -SUBDIR+= R-evaluate SUBDIR+= R-formatR SUBDIR+= R-gdata SUBDIR+= R-genetics |