summaryrefslogtreecommitdiff
path: root/math/R-cran-RcppArmadillo
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2016-06-18 17:46:30 +0000
committerDavid Naylor <dbn@FreeBSD.org>2016-06-18 17:46:30 +0000
commitcbc090bfe388feff63969503dd3c6c9004c8dc6b (patch)
treead3188d35580628f258de0dc4d3d2e98d040ab55 /math/R-cran-RcppArmadillo
parentUpgrade from 3.2.0 to 3.2.1. (diff)
Mk/Uses/cran: add "compiles" argument.
[1] Add "compiles" argument to cran to allow R-cran ports need to compile code to bring in the correct compiler dependencies. Also, ensure consistency between the compiler selected by the R port and the R-cran ports. [2] Migrate R-cran ports that manually specify the compiler to USES=cran,compiles. PR: 210343 Approved by: wen (1), portmgr (2, blanket)
Diffstat (limited to 'math/R-cran-RcppArmadillo')
-rw-r--r--math/R-cran-RcppArmadillo/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile
index 557cb2f7d79c..042e52041746 100644
--- a/math/R-cran-RcppArmadillo/Makefile
+++ b/math/R-cran-RcppArmadillo/Makefile
@@ -13,7 +13,6 @@ LICENSE= GPLv2+
RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp
-USES= cran:auto-plist
-USE_GCC= yes
+USES= cran:auto-plist,compiles
.include <bsd.port.mk>