diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2020-08-08 05:17:01 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2020-08-08 05:17:01 +0000 |
commit | 66e4a27d1d80951ed9c7f7e461e52ac120349a3f (patch) | |
tree | 99456afdb1c7bee50d3abd934f251a13f2d1aa37 | |
parent | 3721a69cd26f7f5b2be340bdfc3dc14a485f7a79 (diff) | |
download | ports-66e4a27d1d80951ed9c7f7e461e52ac120349a3f.tar.gz ports-66e4a27d1d80951ed9c7f7e461e52ac120349a3f.zip |
Notes
-rw-r--r-- | security/libssh2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 11c19affb7d2..6cf7eaaced0f 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -3,7 +3,7 @@ PORTNAME= libssh2 PORTVERSION= 1.9.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= security devel MASTER_SITES= https://www.libssh2.org/download/ \ @@ -27,8 +27,8 @@ TRACE_DESC= Enable debug packet traces TRACE_CONFIGURE_ENABLE= debug GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt -GCRYPT_CONFIGURE_ON= --with-libgcrypt -GCRYPT_CONFIGURE_OFF= --with-openssl +GCRYPT_CONFIGURE_ON= --with-crypto=libgcrypt +GCRYPT_CONFIGURE_OFF= --with-crypto=openssl GCRYPT_CPPFLAGS= -I${LOCALBASE}/include GCRYPT_LIBS= -L${LOCALBASE}/lib GCRYPT_USES_OFF= ssl |