diff options
author | tota <tota@FreeBSD.org> | 2017-05-01 16:55:02 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-05-01 16:55:02 +0800 |
commit | 076cbbb54883a5417a5e09e95b217891a6d384a2 (patch) | |
tree | 0a1d776bcb98f953a1057876c7b6ca7453ae27cc /security | |
parent | 34ff2ca0002b92743d63d65513d0251c35ce2a52 (diff) | |
download | freebsd-ports-gnome-076cbbb54883a5417a5e09e95b217891a6d384a2.tar.gz freebsd-ports-gnome-076cbbb54883a5417a5e09e95b217891a6d384a2.tar.zst freebsd-ports-gnome-076cbbb54883a5417a5e09e95b217891a6d384a2.zip |
- Fix error in stage-qa [1]
- Fix IGNORE message to make portlint happy
PR: 218967 [1]
Submitted by: dbn@
Diffstat (limited to 'security')
-rw-r--r-- | security/R-cran-openssl/Makefile | 8 |
1 files 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 <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> |