diff options
Diffstat (limited to 'finance/R-cran-plm/Makefile')
-rw-r--r-- | finance/R-cran-plm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/finance/R-cran-plm/Makefile b/finance/R-cran-plm/Makefile index 7c271fc9f864..bda81f59b23c 100644 --- a/finance/R-cran-plm/Makefile +++ b/finance/R-cran-plm/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= plm -DISTVERSION= 1.6-5 -PORTREVISION= 1 +DISTVERSION= 1.6-6 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,8 +15,8 @@ CRAN_DEPENDS= R-cran-Formula>=0.2.0:math/R-cran-Formula \ R-cran-bdsmatrix>0:math/R-cran-bdsmatrix \ R-cran-zoo>0:math/R-cran-zoo \ R-cran-sandwich>0:math/R-cran-sandwich \ - R-cran-car>0:math/R-cran-car \ - R-cran-lmtest>0:finance/R-cran-lmtest + R-cran-lmtest>0:finance/R-cran-lmtest \ + R-cran-maxLik>0:math/R-cran-maxLik BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} |