summaryrefslogtreecommitdiff
path: root/net/remmina
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-03 11:40:49 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-03 11:40:49 +0000
commite0755b977ddf2301673392c45576331ca8dadbf4 (patch)
tree92cb5bc433c23c9c04b834cf71a29ff984579775 /net/remmina
parent- Update to 1.5.0 (diff)
- Chase the libgcrypt shared lib version
Notes
Notes: svn path=/head/; revision=276971
Diffstat (limited to 'net/remmina')
-rw-r--r--net/remmina/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/remmina/Makefile b/net/remmina/Makefile
index 85b5bdc66fea..d3a9399e3ada 100644
--- a/net/remmina/Makefile
+++ b/net/remmina/Makefile
@@ -7,6 +7,7 @@
PORTNAME= remmina
PORTVERSION= 0.9.3
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= SF/${PORTNAME}/0.9
@@ -52,7 +53,7 @@ CONFIGURE_ARGS+=--disable-ssh
.endif
.if !defined(WITHOUT_GCRYPT)
-LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt
.else
CONFIGURE_ARGS+=--disable-gcrypt
.endif