- Fix error in stage-qa [1]
- Fix IGNORE message to make portlint happy PR: 218967 [1] Submitted by: dbn@
This commit is contained in:
parent
774a70d5d0
commit
88a35c1214
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439861
1 changed files with 6 additions and 2 deletions
|
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT:Mlibressl*}
|
||||
IGNORE= Detected LibreSSL (missing RSA_get0_key and others)
|
||||
IGNORE= detected LibreSSL (missing RSA_get0_key and others)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue