View | Details | Raw Unified | Return to bug 261835
Collapse All | Expand All

(-)b/math/R/Makefile (-2 / +4 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	R
3
PORTNAME=	R
4
DISTVERSION=	4.1.2
4
DISTVERSION=	4.1.2
5
PORTREVISION=	1
5
CATEGORIES=	math lang
6
CATEGORIES=	math lang
6
MASTER_SITES=	CRAN/src/base/R-${PORTVERSION:C|\..*||}
7
MASTER_SITES=	CRAN/src/base/R-${PORTVERSION:C|\..*||}
7
8
Lines 15-22 ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le Link Here
15
BUILD_DEPENDS=	texi2any:print/texinfo
16
BUILD_DEPENDS=	texi2any:print/texinfo
16
LIB_DEPENDS=	libcurl.so:ftp/curl \
17
LIB_DEPENDS=	libcurl.so:ftp/curl \
17
		libpcre2-8.so:devel/pcre2
18
		libpcre2-8.so:devel/pcre2
18
# R packages may require GNU make
19
# R packages may require GNU make or cmake to build
19
RUN_DEPENDS=	gmake:devel/gmake
20
RUN_DEPENDS=	gmake:devel/gmake \
21
		cmake:devel/cmake
20
22
21
# possible TODO
23
# possible TODO
22
# - Use --with-recommended-packages=no by default
24
# - Use --with-recommended-packages=no by default

Return to bug 261835