diff options
Diffstat (limited to 'math/R-cran-Rsolnp/Makefile')
-rw-r--r-- | math/R-cran-Rsolnp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-cran-Rsolnp/Makefile b/math/R-cran-Rsolnp/Makefile index 45d7f8a0aaaa..8c8978f5f429 100644 --- a/math/R-cran-Rsolnp/Makefile +++ b/math/R-cran-Rsolnp/Makefile @@ -1,5 +1,5 @@ PORTNAME= Rsolnp -DISTVERSION= 2.0.0 +DISTVERSION= 2.0.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -20,6 +20,6 @@ RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown -USES= cran:auto-plist,compiles +USES= cran:auto-plist,compiles .include <bsd.port.mk> |