pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-gargle



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jun 15 07:02:09 UTC 2023

Modified Files:
        pkgsrc/www/R-gargle: Makefile

Log Message:
(www/R-gargle) Fix build, add DEPENDS+= R-lifecycle-[0-9]*


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/R-gargle/Makefile

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

Modified files:

Index: pkgsrc/www/R-gargle/Makefile
diff -u pkgsrc/www/R-gargle/Makefile:1.2 pkgsrc/www/R-gargle/Makefile:1.3
--- pkgsrc/www/R-gargle/Makefile:1.2    Sun Jun 11 15:15:44 2023
+++ pkgsrc/www/R-gargle/Makefile        Thu Jun 15 07:02:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/06/11 15:15:44 mef Exp $
+# $NetBSD: Makefile,v 1.3 2023/06/15 07:02:09 mef Exp $
 
 R_PKGNAME=     gargle
 R_PKGVER=      1.4.0
@@ -11,6 +11,7 @@ LICENSE=      mit     # + file LICENSE
 DEPENDS+=      R-cli>=3.0.0:../../devel/R-cli
 DEPENDS+=      R-fs>=1.3.1:../../devel/R-fs
 DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
+DEPENDS+=      R-lifecycle-[0-9]*:../../devel/R-lifecycle
 DEPENDS+=      R-rappdirs>=0.3.3:../../devel/R-rappdirs
 DEPENDS+=      R-rlang>=0.4.9:../../devel/R-rlang
 DEPENDS+=      R-withr>=2.4.2:../../devel/R-withr



Home | Main Index | Thread Index | Old Index