pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-plyr Fix dependency on R-Rcpp, which was moved ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/de52c6b17037
branches: trunk
changeset: 639627:de52c6b17037
user: brook <brook%pkgsrc.org@localhost>
date: Fri Sep 19 21:19:40 2014 +0000
description:
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:
math/R-plyr/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 747d75ff2094 -r de52c6b17037 math/R-plyr/Makefile
--- a/math/R-plyr/Makefile Fri Sep 19 21:17:12 2014 +0000
+++ b/math/R-plyr/Makefile Fri Sep 19 21:19:40 2014 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index