pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/R-later



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Sep  7 08:38:27 UTC 2019

Modified Files:
        pkgsrc/sysutils/R-later: Makefile

Log Message:
R-later: add missing dependency R-BH. Fixes build.

>From Benjamin Lorenz in PR pkg/54517


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

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

Modified files:

Index: pkgsrc/sysutils/R-later/Makefile
diff -u pkgsrc/sysutils/R-later/Makefile:1.1 pkgsrc/sysutils/R-later/Makefile:1.2
--- pkgsrc/sysutils/R-later/Makefile:1.1        Fri Aug  9 20:24:22 2019
+++ pkgsrc/sysutils/R-later/Makefile    Sat Sep  7 08:38:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 20:24:22 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/07 08:38:27 maya Exp $
 
 R_PKGNAME=     later
 R_PKGVER=      0.8.0
@@ -14,5 +14,6 @@ USE_LANGUAGES=        c c++
 
 .include "../../math/R/Makefile.extension"
 .include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../devel/R-BH/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index