aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-12-19 02:30:42 +0800
committerantoine <antoine@FreeBSD.org>2017-12-19 02:30:42 +0800
commitff14a9e8951ff605656d1a7b00cef22e4edc0018 (patch)
treeb3a0dea25d4d24b1cb758f90af4439cb9dba85e7 /Mk
parent1c955ffe85e6aed3a32365f8c56b3a6aa1ad4144 (diff)
downloadfreebsd-ports-gnome-ff14a9e8951ff605656d1a7b00cef22e4edc0018.tar.gz
freebsd-ports-gnome-ff14a9e8951ff605656d1a7b00cef22e4edc0018.tar.zst
freebsd-ports-gnome-ff14a9e8951ff605656d1a7b00cef22e4edc0018.zip
Revert r456619:
- flang is only supported on amd64 - with default OPTIONS on amd64, R doesn't link against libflang - in the case R is build with FLANG option, flang is already added as a runtime dependency by USES=fortran:flang With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/cran.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/Uses/cran.mk b/Mk/Uses/cran.mk
index ab2779fd61e5..28c08f717e0c 100644
--- a/Mk/Uses/cran.mk
+++ b/Mk/Uses/cran.mk
@@ -67,9 +67,6 @@ cran-auto-plist:
.if ${cran_ARGS:Mcompiles}
_USES_install+= 755:cran-strip
-
-LIB_DEPENDS+= libflang.so:devel/flang
-
cran-strip:
${FIND} ${STAGEDIR}${PREFIX}/${R_MOD_DIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include "${PORTSDIR}/math/R/compiler.mk"