pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-pkgload (devel/R-pkgload) fix build, +DEPENDS+...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ca33446504f
branches:  trunk
changeset: 390491:2ca33446504f
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Dec 20 13:03:54 2022 +0000

description:
(devel/R-pkgload) fix build, +DEPENDS+= R-fs

diffstat:

 devel/R-pkgload/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 8d07cb7dc759 -r 2ca33446504f devel/R-pkgload/Makefile
--- a/devel/R-pkgload/Makefile  Tue Dec 20 12:59:38 2022 +0000
+++ b/devel/R-pkgload/Makefile  Tue Dec 20 13:03:54 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/12/17 15:29:58 mef Exp $
+# $NetBSD: Makefile,v 1.6 2022/12/20 13:03:54 mef Exp $
 
 R_PKGNAME=     pkgload
 R_PKGVER=      1.3.2
@@ -9,11 +9,12 @@
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      R-desc>=1.2.0:../../devel/R-desc
+DEPENDS+=      R-fs>=0.10:../../devel/R-fs
 DEPENDS+=      R-pkgbuild>=1.0.4:../../devel/R-pkgbuild
 DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
 DEPENDS+=      R-rprojroot>=1.3.2:../../devel/R-rprojroot
+DEPENDS+=      R-rstudioapi>=0.10:../../math/R-rstudioapi
 DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
-DEPENDS+=      R-rstudioapi>=0.10:../../math/R-rstudioapi
 
 TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
 TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops



Home | Main Index | Thread Index | Old Index