Date: Wed, 28 Jun 2017 19:11:32 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444603 - head/math/R Message-ID: <201706281911.v5SJBWwL065800@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706281911.v5SJBWwL065800>