pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-bslib



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jun 15 06:58:32 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/R-bslib/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-bslib/Makefile
diff -u pkgsrc/www/R-bslib/Makefile:1.3 pkgsrc/www/R-bslib/Makefile:1.4
--- pkgsrc/www/R-bslib/Makefile:1.3     Sun Jun 11 10:41:01 2023
+++ pkgsrc/www/R-bslib/Makefile Thu Jun 15 06:58:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/06/11 10:41:01 mef Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/15 06:58:31 mef Exp $
 
 R_PKGNAME=     bslib
 R_PKGVER=      0.4.2
@@ -16,6 +16,7 @@ DEPENDS+=     R-magrittr>=2.0.1:../../devel/
 DEPENDS+=      R-memoise-[0-9]*:../../devel/R-memoise
 DEPENDS+=      R-rlang>=0.4.11:../../devel/R-rlang
 DEPENDS+=      R-sass>=0.4.0:../../www/R-sass
+DEPENDS+=      R-mime-[0-9]*:../../mail/R-mime
 
 TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown



Home | Main Index | Thread Index | Old Index