pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/R-httpuv Add a missing dependency on devel/R-BH.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e5f8e941be0
branches:  trunk
changeset: 340220:7e5f8e941be0
user:      brook <brook%pkgsrc.org@localhost>
date:      Thu Sep 26 22:18:09 2019 +0000

description:
Add a missing dependency on devel/R-BH.

diffstat:

 www/R-httpuv/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a98a220da56b -r 7e5f8e941be0 www/R-httpuv/Makefile
--- a/www/R-httpuv/Makefile     Thu Sep 26 22:14:05 2019 +0000
+++ b/www/R-httpuv/Makefile     Thu Sep 26 22:18:09 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/09/25 17:41:28 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/26 22:18:09 brook Exp $
 
 R_PKGNAME=     httpuv
 R_PKGVER=      1.5.1
@@ -8,6 +8,7 @@
 COMMENT=       HTTP and WebSocket server library
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+DEPENDS+=      R-BH>=1.69.0.1:../../devel/R-BH
 DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-promises>=1.0.1:../../parallel/R-promises
 



Home | Main Index | Thread Index | Old Index