pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-R.utils



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep  8 00:27:17 UTC 2021

Modified Files:
        pkgsrc/devel/R-R.utils: Makefile

Log Message:
(devel/R-R.utils) Add missing DEPENDS+=  R-R.oo-[0-9]*


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-R.utils/Makefile

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

Modified files:

Index: pkgsrc/devel/R-R.utils/Makefile
diff -u pkgsrc/devel/R-R.utils/Makefile:1.1 pkgsrc/devel/R-R.utils/Makefile:1.2
--- pkgsrc/devel/R-R.utils/Makefile:1.1 Sat Aug 28 04:47:17 2021
+++ pkgsrc/devel/R-R.utils/Makefile     Wed Sep  8 00:27:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/08/28 04:47:17 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/08 00:27:17 mef Exp $
 
 R_PKGNAME=     R.utils
 R_PKGVER=      2.10.1
@@ -9,6 +9,7 @@ COMMENT=        Various Programming Utilities
 LICENSE=       gnu-lgpl-v2.1
 
 DEPENDS+=      R-R.methodsS3-[0-9]*:../../devel/R-R.methodsS3
+DEPENDS+=      R-R.oo-[0-9]*:../../devel/R-R.oo
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index