diff options
author | David Naylor <dbn@FreeBSD.org> | 2017-12-18 11:22:21 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2017-12-18 11:22:21 +0000 |
commit | 5791b2eb144089022ee47e750b078af4c8354c22 (patch) | |
tree | 3f09edc6ad512b127f990f2bfafd84c4f9bf8cf2 /Mk | |
parent | a24fdb77d6526212b5b0e75c1d4a7ba390522654 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/cran.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/Uses/cran.mk b/Mk/Uses/cran.mk index 28c08f717e0c..ab2779fd61e5 100644 --- a/Mk/Uses/cran.mk +++ b/Mk/Uses/cran.mk @@ -67,6 +67,9 @@ 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" |