aboutsummaryrefslogtreecommitdiff
path: root/math/libRmath/Makefile
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-04-22 19:46:22 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-04-22 19:46:22 +0000
commite39d2403aa6d56ad2cb96878c4e7018062145598 (patch)
treec3133b55fef2b310f7fe0ee1015e1c11d2c4e855 /math/libRmath/Makefile
parentaca9927aa41516c334da793b2a3c8ad4846d8950 (diff)
downloadports-e39d2403aa6d56ad2cb96878c4e7018062145598.tar.gz
ports-e39d2403aa6d56ad2cb96878c4e7018062145598.zip
Notes
Diffstat (limited to 'math/libRmath/Makefile')
-rw-r--r--math/libRmath/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile
index cbf284a0c550..72b2f3976392 100644
--- a/math/libRmath/Makefile
+++ b/math/libRmath/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= libRmath
-PORTVERSION= 3.3.3
-PORTREVISION= 1
+PORTVERSION= 3.4.0
+PORTREVISION= 0
CATEGORIES= math lang
MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||}
DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
@@ -21,9 +21,9 @@ CONFIGURE_ARGS= --disable-nls --with-ICU=no --with-cairo=no \
--with-jpeglib=no --with-libpng=no --with-libtiff=no \
--with-readline=no --with-tcltk=no --with-x=no \
--without-libintl-prefix
-CONFIGURE_ENV+= ac_cv_header_iconv_h=no r_cv_header_zlib_h=yes
+CONFIGURE_ENV+= ac_cv_header_iconv_h=no
GNU_CONFIGURE= yes
-RMATH_SOVERSION=2
+RMATH_SOVERSION=3
USES= fortran localbase
USE_LDCONFIG= yes