Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2024 12:36:57 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 45287b111f2b - main - math/libRmath: add CPE information
Message-ID:  <202411021236.4A2CavkF051182@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45287b111f2be3d296b07915d8017a69730b34f8

commit 45287b111f2be3d296b07915d8017a69730b34f8
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-10-26 12:58:32 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-11-02 12:36:38 +0000

    math/libRmath: add CPE information
    
    PR:             282334
---
 math/libRmath/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile
index 7bba9ddad580..23cca433215a 100644
--- a/math/libRmath/Makefile
+++ b/math/libRmath/Makefile
@@ -16,7 +16,8 @@ ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libpcre2-8.so:devel/pcre2
 
-USES=		fortran localbase pathfix
+USES=		cpe fortran localbase pathfix
+CPE_VENDOR=	r-project
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411021236.4A2CavkF051182>