diff options
| author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-05-10 20:25:58 +0000 |
|---|---|---|
| committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-05-10 20:25:58 +0000 |
| commit | c864708b250a365c060217bdc9d31b6f4e6c62b2 (patch) | |
| tree | 9ae2f1de26a7f45506ca09f800cbfd37e8a6946b /security/libssh/Makefile | |
| parent | 1bb85ae312cde8d063de1c3db65f84c637dce8e1 (diff) | |
Notes
Diffstat (limited to 'security/libssh/Makefile')
| -rw-r--r-- | security/libssh/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 7ea17babbff5..198bc9f0145e 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libssh -DISTVERSION= 0.6.4 +DISTVERSION= 0.6.5 CATEGORIES= security devel -MASTER_SITES= https://red.libssh.org/attachments/download/107/ +MASTER_SITES= https://red.libssh.org/attachments/download/121/ MAINTAINER= johans@FreeBSD.org COMMENT= Library implementing the SSH1 and SSH2 protocol @@ -13,13 +13,12 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= SSH1 STATIC -# Version 0.6.4 does not build with GCRYPT -#OPTIONS_RADIO= CRYPTO -#OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL -#OPTIONS_DEFAULT= OPENSSL STATIC +OPTIONS_RADIO= CRYPTO +OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL +OPTIONS_DEFAULT= OPENSSL STATIC OPTIONS_SUB= yes -USES= cmake:outsource cpe +USES= cmake:outsource cpe tar:xz USE_LDCONFIG= yes CMAKE_ARGS= -DWITH_EXAMPLES:BOOL=OFF \ |
