pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-sass



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jun  7 15:37:40 UTC 2021

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

Log Message:
(www/R-sass) Add DEPENDS+= R-R6-[0-9]*


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-sass/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-sass/Makefile
diff -u pkgsrc/www/R-sass/Makefile:1.1 pkgsrc/www/R-sass/Makefile:1.2
--- pkgsrc/www/R-sass/Makefile:1.1      Sat Jun  5 12:02:02 2021
+++ pkgsrc/www/R-sass/Makefile  Mon Jun  7 15:37:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/06/05 12:02:02 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/07 15:37:39 mef Exp $
 
 R_PKGNAME=     sass
 R_PKGVER=      0.4.0
@@ -14,6 +14,7 @@ DEPENDS+=     R-rlang>=0.4.10:../../devel/R-
 DEPENDS+=      R-htmltools>=0.5.1:../../textproc/R-htmltools
 DEPENDS+=      R-fs-[0-9]*:../../devel/R-fs
 DEPENDS+=      R-rappdirs-[0-9]*:../../devel/R-rappdirs
+DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
 
 USE_TOOLS+=    gmake
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index