diff options
Diffstat (limited to 'math/R-cran-spdep/Makefile')
-rw-r--r-- | math/R-cran-spdep/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index 4deca8adcd39..e85af3c4237e 100644 --- a/math/R-cran-spdep/Makefile +++ b/math/R-cran-spdep/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spdep -DISTVERSION= 0.5-74 -PORTREVISION= 1 +DISTVERSION= 0.5-88 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,10 +12,10 @@ COMMENT= Spatial dependence: weighting schemes, statistics, and models LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/math/R-cran-sp \ +RUN_DEPENDS= R-cran-sp>=1.0:${PORTSDIR}/math/R-cran-sp \ + R-cran-LearnBayes>0:${PORTSDIR}/math/R-cran-LearnBayes \ R-cran-deldir>0:${PORTSDIR}/math/R-cran-deldir \ - R-cran-coda>0:${PORTSDIR}/math/R-cran-coda \ - R-cran-LearnBayes>0:${PORTSDIR}/math/R-cran-LearnBayes + R-cran-coda>0:${PORTSDIR}/math/R-cran-coda USES= cran:auto-plist |