diff options
author | Joseph S. Atkinson <jsa@FreeBSD.org> | 2010-07-28 07:27:16 +0000 |
---|---|---|
committer | Joseph S. Atkinson <jsa@FreeBSD.org> | 2010-07-28 07:27:16 +0000 |
commit | 639437f460f896e4cfa0b106fec22a91774788ff (patch) | |
tree | 26ffa7b195df4883d43cd1dba0ca6fe221ffc208 /security/seahorse | |
parent | 1bab3704330227d310314054a14c29f240a6ab87 (diff) | |
download | ports-639437f460f896e4cfa0b106fec22a91774788ff.tar.gz ports-639437f460f896e4cfa0b106fec22a91774788ff.zip |
Notes
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 52e5ed7fafd0..a8df25c78f91 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -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 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg 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 |