diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-07 06:47:47 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-07 06:47:47 +0000 |
commit | 54a001ca49c97ffcd19053b73fe0ec81b1f2828b (patch) | |
tree | bdbcfc97bcf26accba2ef437e6d7f023f2b77408 /math/R-cran-lme4/Makefile | |
parent | 901bef8ce301354ee50a092961832e511a4da5ed (diff) | |
download | ports-54a001ca49c97ffcd19053b73fe0ec81b1f2828b.tar.gz ports-54a001ca49c97ffcd19053b73fe0ec81b1f2828b.zip |
Notes
Diffstat (limited to 'math/R-cran-lme4/Makefile')
-rw-r--r-- | math/R-cran-lme4/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/R-cran-lme4/Makefile b/math/R-cran-lme4/Makefile index 3b70a74ba4af..f7ebf39d43b6 100644 --- a/math/R-cran-lme4/Makefile +++ b/math/R-cran-lme4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lme4 -DISTVERSION= 1.1-12 +DISTVERSION= 1.1-13 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,10 +11,12 @@ COMMENT= Linear mixed-effects models using Eigen and S4 LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-minqa>=1.1.15:math/R-cran-minqa \ +CRAN_DEPENDS= R-cran-minqa>=1.1.15:math/R-cran-minqa \ R-cran-nloptr>=1.0.4:math/R-cran-nloptr \ R-cran-Rcpp>=0.10.5:devel/R-cran-Rcpp \ R-cran-RcppEigen>0:math/R-cran-RcppEigen +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist,compiles |