diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-07-15 16:47:45 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-07-15 16:47:45 +0000 |
commit | e6246d1055202098dd1df8f2a827665d39dddde8 (patch) | |
tree | 6a8029cf8aa42fc328c40fc63ed5d1ae25d0c255 /security/seahorse | |
parent | a7000e3a390271ff985d84e575f89d8239e49aa7 (diff) | |
download | ports-e6246d1055202098dd1df8f2a827665d39dddde8.tar.gz ports-e6246d1055202098dd1df8f2a827665d39dddde8.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 bb65f7871ed3..d9fb84368cdd 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -8,6 +8,7 @@ PORTNAME= seahorse PORTVERSION= 2.26.2 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +18,7 @@ COMMENT= GNOME application for managing encryption keys (PGP, SSH) BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme \ +LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ gnome-keyring:${PORTSDIR}/security/gnome-keyring \ soup-2.4.1:${PORTSDIR}/devel/libsoup |