diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-22 19:34:55 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-22 19:34:55 +0000 |
| commit | 039c857722026e7696850634a1be7212e59ea050 (patch) | |
| tree | 1505ea62e78c4e16035a48cde55b8c6f7f7c8ca7 /security/libssh | |
| parent | 0d2d5222d62ae53fbea04e8d02e3f42523614abc (diff) | |
Notes
Diffstat (limited to 'security/libssh')
| -rw-r--r-- | security/libssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 47169491be3a..177e57a3a16b 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -4,9 +4,9 @@ PORTNAME= libssh DISTVERSION= 0.9.4 CATEGORIES= security devel -MASTER_SITES= https://www.libssh.org/files/0.9/ +MASTER_SITES= https://www.libssh.org/files/${PORTVERSION:R}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library implementing the SSH2 protocol LICENSE= LGPL21 @@ -20,7 +20,7 @@ CMAKE_OFF= WITH_EXAMPLES OPTIONS_DEFINE= GSSAPI STATIC ZLIB OPTIONS_RADIO= CRYPTO OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL -OPTIONS_DEFAULT= GSSAPI OPENSSL STATIC ZLIB +OPTIONS_DEFAULT=GSSAPI OPENSSL STATIC ZLIB OPTIONS_SUB= yes GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ |
