aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-spdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-spdep/Makefile')
-rw-r--r--math/R-cran-spdep/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile
index c35458ad623e..144980367651 100644
--- a/math/R-cran-spdep/Makefile
+++ b/math/R-cran-spdep/Makefile
@@ -1,7 +1,7 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= spdep
-DISTVERSION= 1.1-8
+DISTVERSION= 1.1-11
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -17,7 +17,10 @@ CRAN_DEPENDS= R-cran-sp>=1.0:math/R-cran-sp \
R-cran-LearnBayes>0:math/R-cran-LearnBayes \
R-cran-coda>0:math/R-cran-coda \
R-cran-expm>0:math/R-cran-expm \
- R-cran-gmodels>0:devel/R-cran-gmodels
+ R-cran-gmodels>0:devel/R-cran-gmodels \
+ R-cran-units>0:math/R-cran-units \
+ R-cran-s2>0:graphics/R-cran-s2 \
+ R-cran-e1071>0:science/R-cran-e1071
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}