diff options
Diffstat (limited to 'math/R-cran-geepack')
-rw-r--r-- | math/R-cran-geepack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R-cran-geepack/Makefile b/math/R-cran-geepack/Makefile index 46bb48b1e25b..fcfdd0bebe70 100644 --- a/math/R-cran-geepack/Makefile +++ b/math/R-cran-geepack/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= geepack +PORTREVISION= 1 DISTVERSION= 1.2-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +12,6 @@ COMMENT= Generalized Estimating Equation Package LICENSE= GPLv3 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> |