svn commit: r444603 - head/math/R
Joseph Mingrone
jrm at FreeBSD.org
Wed Jun 28 19:11:33 UTC 2017
Author: jrm
Date: Wed Jun 28 19:11:32 2017
New Revision: 444603
URL: https://svnweb.freebsd.org/changeset/ports/444603
Log:
math/R: Build with gmake and add devel/gmake to RUN_DEPENDS because some
internal packages use GNU make. While here, sort ONLY_FOR_ARCHS value to
silence portlint warning.
PR: 220341
Reported by: yuri at rawbw.com
Modified:
head/math/R/Makefile
Modified: head/math/R/Makefile
==============================================================================
--- head/math/R/Makefile Wed Jun 28 17:02:46 2017 (r444602)
+++ head/math/R/Makefile Wed Jun 28 19:11:32 2017 (r444603)
@@ -3,7 +3,7 @@
PORTNAME= R
PORTVERSION= 3.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math lang
MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||}
@@ -15,15 +15,16 @@ LICENSE= GPLv2
LIB_DEPENDS= libcurl.so:ftp/curl \
libpcre.so:devel/pcre
BUILD_DEPENDS= texi2any:print/texinfo
+RUN_DEPENDS= gmake:devel/gmake
CONFIGURE_ARGS= --disable-java \
--with-readline \
rdocdir=${DOCSDIR}
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-ONLY_FOR_ARCHS= i386 amd64
-USES= fortran iconv libtool localbase objc:compiler pathfix \
- perl5 readline
+ONLY_FOR_ARCHS= amd64 i386
+USES= fortran gmake iconv libtool localbase objc:compiler \
+ pathfix perl5 readline
USE_PERL5= build
More information about the svn-ports-head
mailing list