pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(math/R) Packaged fine by pbulk w/o BUILD_DEPENDS (NetBSD/9.4)



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Fri Jan 2 23:31:17 2026 +0900
Changeset:	9bfc9a6ee80eb9d538ea870ac68c4363b53a5891

Modified Files:
	R/Makefile

Log Message:
(math/R) Packaged fine by pbulk w/o BUILD_DEPENDS (NetBSD/9.4)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9bfc9a6ee80eb9d538ea870ac68c4363b53a5891

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 R/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/R/Makefile b/R/Makefile
index 3472834a79..a145d1e379 100644
--- a/R/Makefile
+++ b/R/Makefile
@@ -21,6 +21,8 @@ USE_GCC_RUNTIME=	yes
 # above line mentions c23 as default compiler for R, but c23 (gcc15) is N/A ?
 # USE_CC_FEATURES+=	c23
 
+# BUILD_DEPENDS+=		gtexinfo-[0-9]*:../../devel/gtexinfo
+
 BUILD_TARGET=		all info
 INSTALL_TARGET=		install install-info
 TEST_TARGET=		check


Home | Main Index | Thread Index | Old Index