Tue Dec 22 22:08:44 2020 UTC ()
(security/R-openssl) Add USE_TOOLS+=   bash


(mef)
diff -r1.3 -r1.4 pkgsrc/security/R-openssl/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/security/R-openssl/Makefile (expand / switch to unified diff)

--- pkgsrc/security/R-openssl/Makefile 2020/12/21 11:17:36 1.3
+++ pkgsrc/security/R-openssl/Makefile 2020/12/22 22:08:44 1.4
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.3 2020/12/21 11:17:36 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2020/12/22 22:08:44 mef Exp $
2 2
3R_PKGNAME= openssl 3R_PKGNAME= openssl
4R_PKGVER= 1.4.3 4R_PKGVER= 1.4.3
5CATEGORIES= security 5CATEGORIES= security
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Toolkit for encryption, signatures and certificates based on OpenSSL 8COMMENT= Toolkit for encryption, signatures and certificates based on OpenSSL
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= R-askpass>=1.1:../../security/R-askpass 11DEPENDS+= R-askpass>=1.1:../../security/R-askpass
12 12
13# Packages suggested but not available: 13# Packages suggested but not available:
14# 'jose', 'sodium' 14# 'jose', 'sodium'
15 15
16TEST_DEPENDS+=-R-testthat-[0-9]*:../../devel/R-testthat 16TEST_DEPENDS+=-R-testthat-[0-9]*:../../devel/R-testthat
17TEST_DEPENDS+=-R-knitr-[0-9]*:../../print/R-knitr 17TEST_DEPENDS+=-R-knitr-[0-9]*:../../print/R-knitr
18TEST_DEPENDS+=-R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 18TEST_DEPENDS+=-R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
19 19
20 20USE_TOOLS+= bash
21USE_LANGUAGES= c 21USE_LANGUAGES= c
22 22
23.include "../../math/R/Makefile.extension" 23.include "../../math/R/Makefile.extension"
24.include "../../security/openssl/buildlink3.mk" 24.include "../../security/openssl/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"