diff options
author | wxs <wxs@FreeBSD.org> | 2010-07-27 09:25:20 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-07-27 09:25:20 +0800 |
commit | d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317 (patch) | |
tree | 755929e137be3448a756de099f164b8de2a9e363 /security/libssh | |
parent | fa79d6e0dd0b6166b1e84d1b3e39201fd0bbdb3f (diff) | |
download | freebsd-ports-gnome-d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317.tar.gz freebsd-ports-gnome-d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317.tar.zst freebsd-ports-gnome-d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317.zip |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Diffstat (limited to 'security/libssh')
-rw-r--r-- | security/libssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 91a531cb59ad..678646e0a00e 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -7,6 +7,7 @@ PORTNAME= libssh PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.libssh.org/files/ \ LOCAL/avl @@ -28,7 +29,7 @@ USE_LDCONFIG= yes .include <bsd.port.options.mk> .if defined(WITH_GCRYPT) -LIB_DEPENDS+= gcrypt.16:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt CMAKE_ARGS+= -DWITH_GCRYPT:BOOL=ON .else USE_OPENSSL= yes |