diff options
author | jsa <jsa@FreeBSD.org> | 2010-07-28 15:27:16 +0800 |
---|---|---|
committer | jsa <jsa@FreeBSD.org> | 2010-07-28 15:27:16 +0800 |
commit | d953a48ecf313a77cd48c6cecebd5066148d624a (patch) | |
tree | 085aa796f922fb54f232d546b5519410345d18b0 /security/seahorse-plugins | |
parent | 1f0e75f53846c360eb19f71a05a962f3d8fc4fb9 (diff) | |
download | freebsd-ports-gnome-d953a48ecf313a77cd48c6cecebd5066148d624a.tar.gz freebsd-ports-gnome-d953a48ecf313a77cd48c6cecebd5066148d624a.tar.zst freebsd-ports-gnome-d953a48ecf313a77cd48c6cecebd5066148d624a.zip |
Chase libgcrypt shlib bump and add security/libgcrypt to LIB_DEPENDS for
future reference.
Approved by: kwm (mentor)
Diffstat (limited to 'security/seahorse-plugins')
-rw-r--r-- | security/seahorse-plugins/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index 3deb0037b7c0..dd27333ab383 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -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 @@ DIST_SUBDIR= gnome2 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 |