diff options
Diffstat (limited to 'net/remmina/Makefile')
-rw-r--r-- | net/remmina/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/remmina/Makefile b/net/remmina/Makefile index 70c90bde233f..fbd89c2ee7e0 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -7,7 +7,7 @@ PORTNAME= remmina PORTVERSION= 0.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= SF/${PORTNAME}/0.7/ @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-ssh .endif .if defined(WITH_GCRYPT) -LIB_DEPENDS+= gcrypt.16:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt .else CONFIGURE_ARGS+= --disable-gcrypt .endif |