summaryrefslogtreecommitdiff
path: root/math/R-cran-RcppEigen/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-08-24 05:58:34 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-08-24 05:58:34 +0000
commit66a3d1f2053bd6518da9862c4e1baa33c3c4b090 (patch)
treec8961a5ff2a9eb27aa6cbc8d8a33c51adfc166c4 /math/R-cran-RcppEigen/Makefile
parentFix USE_JAVA and unbreak build. (diff)
- Update to 0.3.2.9.0
- Add "compiles" argument to USES=cran
Notes
Notes: svn path=/head/; revision=420762
Diffstat (limited to 'math/R-cran-RcppEigen/Makefile')
-rw-r--r--math/R-cran-RcppEigen/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/R-cran-RcppEigen/Makefile b/math/R-cran-RcppEigen/Makefile
index e08e197aea9f..35f86f4ccd24 100644
--- a/math/R-cran-RcppEigen/Makefile
+++ b/math/R-cran-RcppEigen/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= RcppEigen
-PORTVERSION= 0.3.2.8.1
+PORTVERSION= 0.3.2.9.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -12,8 +12,10 @@ COMMENT= Rcpp integration for the Eigen templated linear algebra library
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp
+CRAN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
-USES= cran:auto-plist
+USES= cran:auto-plist,compiles
.include <bsd.port.mk>