Date: Tue, 21 Sep 2021 12:58:54 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 22fd18d81999 - main - math/R: Add CPE information Message-ID: <202109211258.18LCwsFl067752@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=22fd18d81999099670e5f579a49679a4d11b9a95 commit 22fd18d81999099670e5f579a49679a4d11b9a95 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-21 12:12:34 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-21 12:57:51 +0000 math/R: Add CPE information Approved by: portmgr (blanket) --- math/R/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/R/Makefile b/math/R/Makefile index 78e747fb8799..f11b5efacc03 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -25,11 +25,13 @@ RUN_DEPENDS= gmake:devel/gmake # - Create ports for each of the recommended packages # - Create a meta-port for the recommended packages -USES= compiler:c++11-lang gmake iconv libtool localbase pathfix perl5 \ +USES= compiler:c++11-lang cpe gmake iconv libtool localbase pathfix perl5 \ readline USE_LDCONFIG= ${PREFIX}/lib/R/lib USE_PERL5= build +CPE_VENDOR= r-project + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-java \ --enable-R-shlib \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211258.18LCwsFl067752>