diff options
author | jperkin <jperkin@pkgsrc.org> | 2019-06-19 11:37:42 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2019-06-19 11:37:42 +0000 |
commit | 0fd6d638295a576055b21c70e4d517b6d4d7057a (patch) | |
tree | 425322c8b9431ba35cedb5427bd32c181a1eaf8f /math/R | |
parent | c80a8c3335d29e91320fc77ba1277ec795dece77 (diff) | |
download | pkgsrc-0fd6d638295a576055b21c70e4d517b6d4d7057a.tar.gz |
R: Skip wrkref checks for Makeconf.
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index baf9e35a943..26b9259a6aa 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.197 2019/06/14 10:37:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.198 2019/06/19 11:37:42 jperkin Exp $ DISTNAME= R-3.6.0 CATEGORIES= math @@ -144,6 +144,9 @@ BUILDLINK_API_DEPENDS.bzip2+= bzip2>=1.0.5 # failed to convert strong functions and variables: Invalid type identifier CTF_FILES_SKIP+= lib/R/library/mgcv/libs/mgcv.so +# Exposes PKG_CONFIG_LIBDIR buildlink paths in a comment. +CHECK_WRKREF_SKIP+= lib/R/etc/Makeconf + pre-configure: ${RUN} cd ${WRKSRC} && autoreconf -fvi |