summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2019-05-01 19:43:18 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2019-05-01 19:43:18 +0000
commit1aa420879a584ea6d6bb36ee76c65af93d08d719 (patch)
treef25d2a267074d09fc426819829a28b6c787f15e3
parentRemove esound support from pulseaudio as audio/esound expired. (diff)
cran.mk: Don't include math/R/compiler.mk; it was removed in r500605
Pointy-hat: jrm
Notes
Notes: svn path=/head/; revision=500607
-rw-r--r--Mk/Uses/cran.mk1
-rw-r--r--math/R/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/Mk/Uses/cran.mk b/Mk/Uses/cran.mk
index e29ee4bb5441..570d3b590d24 100644
--- a/Mk/Uses/cran.mk
+++ b/Mk/Uses/cran.mk
@@ -69,7 +69,6 @@ cran-auto-plist:
_USES_install+= 755:cran-strip
cran-strip:
${FIND} ${STAGEDIR}${PREFIX}/${R_MOD_DIR} -name '*.so' -exec ${STRIP_CMD} {} +
-.include "${PORTSDIR}/math/R/compiler.mk"
.include "${USESDIR}/fortran.mk"
.else
NO_ARCH= yes
diff --git a/math/R/Makefile b/math/R/Makefile
index d89b2a6ba935..c22569923343 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -124,7 +124,6 @@ X11_USE= xorg=ice,sm,x11,xext,xmu,xscrnsaver,xt
LIBVER= ${PORTVERSION:R}
.include <bsd.port.options.mk>
-.include "compiler.mk"
# LLVM, which gets pulled in with FLANG, provides libomp. So, only depend on
# devel/openmp when GFORTRAN and OPENMP are on.