aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-memisc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-memisc/Makefile')
-rw-r--r--math/R-cran-memisc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/R-cran-memisc/Makefile b/math/R-cran-memisc/Makefile
index e6edf210d711..4f0c66dc2193 100644
--- a/math/R-cran-memisc/Makefile
+++ b/math/R-cran-memisc/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= memisc
-DISTVERSION= 0.99.8
+DISTVERSION= 0.99.13.2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -11,6 +11,10 @@ COMMENT= Provides an infrastructure for the management of survey data
LICENSE= GPLv2
+CRAN_DEPENDS= R-cran-repr>0:devel/R-cran-repr
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>