diff options
Diffstat (limited to 'math/R-cran-gmp/Makefile')
-rw-r--r-- | math/R-cran-gmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-cran-gmp/Makefile b/math/R-cran-gmp/Makefile index 4a88d255b938..49cbb7aa032d 100644 --- a/math/R-cran-gmp/Makefile +++ b/math/R-cran-gmp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmp -DISTVERSION= 0.5-12 +DISTVERSION= 0.5-13.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,6 +13,6 @@ LICENSE= GPLv2+ LIB_DEPENDS= libgmp.so:math/gmp -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> |