From 88a35c121456587b00583e0147ea4bc8fcf9d2c0 Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Mon, 1 May 2017 08:55:02 +0000 Subject: [PATCH] - Fix error in stage-qa [1] - Fix IGNORE message to make portlint happy PR: 218967 [1] Submitted by: dbn@ --- security/R-cran-openssl/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/security/R-cran-openssl/Makefile b/security/R-cran-openssl/Makefile index 8145e6f75595..f20790c9a19e 100644 --- a/security/R-cran-openssl/Makefile +++ b/security/R-cran-openssl/Makefile @@ -11,7 +11,11 @@ COMMENT= Toolkit for Encryption, Signatures and Certificates Based on OpenSSL LICENSE= MIT -USES= cran:auto-plist,compiles ssl +TEST_DEPENDS= bash:shells/bash + +USES= cran:auto-plist,compiles shebangfix ssl + +SHEBANG_FILES= ${WRKSRC}/tests/google.dk/generate.bash R_POSTCMD_INSTALL_OPTIONS+= --configure-vars="INCLUDE_DIR=${OPENSSLINC} LIB_DIR=${OPENSSLLIB}" @@ -21,7 +25,7 @@ post-patch: .include .if ${SSL_DEFAULT:Mlibressl*} -IGNORE= Detected LibreSSL (missing RSA_get0_key and others) +IGNORE= detected LibreSSL (missing RSA_get0_key and others) .endif .include