aboutsummaryrefslogtreecommitdiffstats
path: root/net/remmina
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-05-04 00:36:39 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-05-04 00:36:39 +0800
commite2ed082147d0baef1df737d3b0dc076b17baeeaf (patch)
tree0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /net/remmina
parent10f2a435dce3442017cb96d33dd3217c90edfb6f (diff)
downloadfreebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.gz
freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.zst
freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.zip
Chase security/libgcrypt update
Diffstat (limited to 'net/remmina')
-rw-r--r--net/remmina/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/remmina/Makefile b/net/remmina/Makefile
index b7f3e44d5c7e..8e0a29654521 100644
--- a/net/remmina/Makefile
+++ b/net/remmina/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: grdc
-# Date created: 12 April 2009
-# Whom: Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
-#
PORTNAME= remmina
PORTVERSION= 0.9.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net gnome
MASTER_SITES= SF/${PORTNAME}/0.9
@@ -52,7 +48,7 @@ CONFIGURE_ARGS+=--disable-ssh
.endif
.if !defined(WITHOUT_GCRYPT)
-LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt
.else
CONFIGURE_ARGS+=--disable-gcrypt
.endif