diff options
Diffstat (limited to 'math/R-cran-uroot/Makefile')
-rw-r--r-- | math/R-cran-uroot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/R-cran-uroot/Makefile b/math/R-cran-uroot/Makefile index 80fd3dbc0bd9..7f59caf55807 100644 --- a/math/R-cran-uroot/Makefile +++ b/math/R-cran-uroot/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= uroot -DISTVERSION= 2.0-10 -PORTREVISION= 1 +DISTVERSION= 2.1-0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +11,6 @@ COMMENT= Unit Root Tests for Seasonal Time Series LICENSE= GPLv2 -USES= cran:auto-plist,compiles +USES= cran:auto-plist .include <bsd.port.mk> |