aboutsummaryrefslogtreecommitdiff
path: root/science/R-cran-e1071/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/R-cran-e1071/Makefile')
-rw-r--r--science/R-cran-e1071/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/science/R-cran-e1071/Makefile b/science/R-cran-e1071/Makefile
index 264cfa66b2e2..b929a07f3ef9 100644
--- a/science/R-cran-e1071/Makefile
+++ b/science/R-cran-e1071/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= e1071
-DISTVERSION= 1.7-4
+DISTVERSION= 1.7-5
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -11,6 +11,10 @@ COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
LICENSE= GPLv2+
+CRAN_DEPENDS= R-cran-proxy>0:math/R-cran-proxy
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>