Index: seahorse-plugins/Makefile =================================================================== RCS file: /home/ncvs/ports/security/seahorse-plugins/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- seahorse-plugins/Makefile 31 May 2010 02:00:53 -0000 1.15 +++ seahorse-plugins/Makefile 28 Jul 2010 07:12:18 -0000 @@ -8,7 +8,7 @@ PORTNAME= seahorse-plugins PORTVERSION= 2.30.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,7 +16,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Plug-ins for the Seahorse key and password management application -LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse +LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse \ + gcrypt.17:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes USE_GETTEXT= yes Index: seahorse/Makefile =================================================================== RCS file: /home/ncvs/ports/security/seahorse/Makefile,v retrieving revision 1.85 diff -u -r1.85 Makefile --- seahorse/Makefile 31 May 2010 02:00:53 -0000 1.85 +++ seahorse/Makefile 28 Jul 2010 07:12:18 -0000 @@ -8,7 +8,7 @@ PORTNAME= seahorse PORTVERSION= 2.30.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,6 +21,7 @@ LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ gnome-keyring:${PORTSDIR}/security/gnome-keyring \ + gcrypt.17:${PORTSDIR}/security/libgcrypt \ soup-2.4.1:${PORTSDIR}/devel/libsoup USE_XORG= sm