diff options
author | tota <tota@FreeBSD.org> | 2012-11-19 01:09:17 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-11-19 01:09:17 +0800 |
commit | 4352bc5e04206bf96a7d99c5499039b11397dd94 (patch) | |
tree | ed155687b76f45895644d0dc7ae102e5748377bd /math/R-cran-spdep/Makefile | |
parent | 195039a651a26cefc114b1d0bac6df9a0e101bf6 (diff) | |
download | freebsd-ports-gnome-4352bc5e04206bf96a7d99c5499039b11397dd94.tar.gz freebsd-ports-gnome-4352bc5e04206bf96a7d99c5499039b11397dd94.tar.zst freebsd-ports-gnome-4352bc5e04206bf96a7d99c5499039b11397dd94.zip |
- Update to 0.5-52
Feature safe: yes
Diffstat (limited to 'math/R-cran-spdep/Makefile')
-rw-r--r-- | math/R-cran-spdep/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index 27aff792d46d..e7cdd33f8b24 100644 --- a/math/R-cran-spdep/Makefile +++ b/math/R-cran-spdep/Makefile @@ -1,7 +1,8 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ PORTNAME= spdep -DISTVERSION= 0.5-51 +DISTVERSION= 0.5-52 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,7 +15,8 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/math/R-cran-sp \ R-cran-maptools>=0.5.4:${PORTSDIR}/astro/R-cran-maptools \ R-cran-deldir>0:${PORTSDIR}/math/R-cran-deldir \ - R-cran-coda>0:${PORTSDIR}/math/R-cran-coda + R-cran-coda>0:${PORTSDIR}/math/R-cran-coda \ + R-cran-MCMCpack>0:${PORTSDIR}/math/R-cran-MCMCpack USE_R_MOD= yes R_MOD_AUTOPLIST= yes |