aboutsummaryrefslogtreecommitdiff
path: root/security/libssh2
diff options
context:
space:
mode:
Diffstat (limited to 'security/libssh2')
-rw-r--r--security/libssh2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile
index 211edc862990..d6ed61a4e4fb 100644
--- a/security/libssh2/Makefile
+++ b/security/libssh2/Makefile
@@ -30,7 +30,7 @@ GCRYPT_CONFIGURE_ON= --with-libgcrypt
GCRYPT_CONFIGURE_OFF= --with-openssl
GCRYPT_CPPFLAGS= -I${LOCALBASE}/include
GCRYPT_LIBS= -L${LOCALBASE}/lib
-GCRYPT_USE_OFF= openssl=yes
+GCRYPT_USES_OFF= ssl
ZLIB_CONFIGURE_WITH= libz
.include <bsd.port.pre.mk>