From ae430b66773d3ab07cec0ef7e1d20258c09e74ab Mon Sep 17 00:00:00 2001 From: swills Date: Sun, 3 Jul 2011 11:40:49 +0000 Subject: - Chase the libgcrypt shared lib version --- security/seahorse-plugins/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/seahorse-plugins') diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index 34b3c42c76c1..bad3af7cb24a 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -8,7 +8,7 @@ PORTNAME= seahorse-plugins PORTVERSION= 2.30.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Plug-ins for the Seahorse key and password management application LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse \ - gcrypt.17:${PORTSDIR}/security/libgcrypt + gcrypt.18:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes USE_GETTEXT= yes -- cgit