aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-spdep/Makefile
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2016-07-31 15:38:28 +0800
committertota <tota@FreeBSD.org>2016-07-31 15:38:28 +0800
commit6076c39796eb8ea0996a8689f030ce058be35cc3 (patch)
tree7a55f637bf94991a841fbbd325c097aeb9ef729a /math/R-cran-spdep/Makefile
parent8166511d2784e75d846a00927242854fb8aec701 (diff)
downloadfreebsd-ports-gnome-6076c39796eb8ea0996a8689f030ce058be35cc3.tar.gz
freebsd-ports-gnome-6076c39796eb8ea0996a8689f030ce058be35cc3.tar.zst
freebsd-ports-gnome-6076c39796eb8ea0996a8689f030ce058be35cc3.zip
- Update to 0.6-6
- Add "compiles" argument to USES=cran
Diffstat (limited to 'math/R-cran-spdep/Makefile')
-rw-r--r--math/R-cran-spdep/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile
index c4a57246b178..7adbd440154f 100644
--- a/math/R-cran-spdep/Makefile
+++ b/math/R-cran-spdep/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= spdep
-DISTVERSION= 0.6-5
+DISTVERSION= 0.6-6
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -11,12 +11,13 @@ COMMENT= Spatial dependence: weighting schemes, statistics, and models
LICENSE= GPLv2+
+LIB_DEPENDS= libopenblasp.so:math/openblas
RUN_DEPENDS= R-cran-sp>=1.0:math/R-cran-sp \
R-cran-LearnBayes>0:math/R-cran-LearnBayes \
R-cran-deldir>0:math/R-cran-deldir \
R-cran-coda>0:math/R-cran-coda \
R-cran-gmodels>0:devel/R-cran-gmodels
-USES= cran:auto-plist
+USES= cran:auto-plist,compiles
.include <bsd.port.mk>