summaryrefslogtreecommitdiff
path: root/math/R-plyr
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2014-09-19 21:19:40 +0000
committerbrook <brook@pkgsrc.org>2014-09-19 21:19:40 +0000
commite11b93fc75d41a9bbaef6902a76269fe16ca7655 (patch)
tree19da55410cf208604f57196b5f581a2bc33ddfe3 /math/R-plyr
parent50b72494d3c303ee005debf8bad3c77ad3568837 (diff)
downloadpkgsrc-e11b93fc75d41a9bbaef6902a76269fe16ca7655.tar.gz
Fix dependency on R-Rcpp, which was moved from math/R-Rcpp to devel/R-Rcpp.
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/R-plyr')
-rw-r--r--math/R-plyr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-plyr/Makefile b/math/R-plyr/Makefile
index e08c3838495..ed69235fad2 100644
--- a/math/R-plyr/Makefile
+++ b/math/R-plyr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/08/26 16:40:40 brook Exp $
+# $NetBSD: Makefile,v 1.3 2014/09/19 21:19:40 brook Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -14,5 +14,5 @@ R_PKGVER= 1.8.1
USE_LANGUAGES+= c++
.include "../../math/R/Makefile.extension"
-.include "../../math/R-Rcpp/buildlink3.mk"
+.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"