diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 15:43:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 15:43:13 +0000 |
commit | 5370921a8e893654d5f119d5948d96b4462bcba2 (patch) | |
tree | 5dce3dd90fdf8fc5cd12a06d6df874220ffbca42 /security/libssh2 | |
parent | 1f0bcd4b50e8d8117e7aaffda509da5967adde54 (diff) |
Notes
Diffstat (limited to 'security/libssh2')
-rw-r--r-- | security/libssh2/Makefile | 2 |
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> |