summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-06-07 15:35:24 +0000
committermef <mef@pkgsrc.org>2021-06-07 15:35:24 +0000
commit147d738e79ebb3904717c4f430060db73ffeaefd (patch)
tree0d2777c1289b9ddf7a944cfc3de2fa2894dd38dd /misc
parentd99e6580d676058a02048c42093c3e95cc9022e0 (diff)
downloadpkgsrc-147d738e79ebb3904717c4f430060db73ffeaefd.tar.gz
(misc/R-pillar) Add DEPENDS+= R-lifecycle-[0-9]*
Diffstat (limited to 'misc')
-rw-r--r--misc/R-pillar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/R-pillar/Makefile b/misc/R-pillar/Makefile
index f258f2077e0..7c21688337d 100644
--- a/misc/R-pillar/Makefile
+++ b/misc/R-pillar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/06/06 23:37:31 mef Exp $
+# $NetBSD: Makefile,v 1.7 2021/06/07 15:35:24 mef Exp $
R_PKGNAME= pillar
R_PKGVER= 1.6.1
@@ -15,6 +15,7 @@ DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang
DEPENDS+= R-vctrs>=0.2.0:../../math/R-vctrs
DEPENDS+= R-utf8>=1.1.0:../../textproc/R-utf8
DEPENDS+= R-utf8>=1.1.3:../../textproc/R-utf8
+DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
# Packages suggested but not available:
# 'debugme', 'DiagrammeR','formattable', 'nycflights13',