diff options
author | kwm <kwm@FreeBSD.org> | 2014-11-21 02:35:57 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-11-21 02:35:57 +0800 |
commit | 019bca3af642e37c57e0267ee8fa8d9b1afcc21d (patch) | |
tree | 5973240ef538ca846f4838eb3890e46ba80b8a32 /security/seahorse | |
parent | 259893c1c9dbb9d628f2b4bb5f23bd6819a3316b (diff) | |
download | freebsd-ports-gnome-019bca3af642e37c57e0267ee8fa8d9b1afcc21d.tar.gz freebsd-ports-gnome-019bca3af642e37c57e0267ee8fa8d9b1afcc21d.tar.zst freebsd-ports-gnome-019bca3af642e37c57e0267ee8fa8d9b1afcc21d.zip |
Seahorse doesn't support gnupg 2.1 yet, so stick with the 2.0 version for now.
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index d84270798d53..b23ea3801233 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -4,6 +4,7 @@ PORTNAME= seahorse PORTVERSION= 3.14.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,7 +12,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME application for managing encryption keys (PGP, SSH) -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ +BUILD_DEPENDS= gnupg20>=0:${PORTSDIR}/security/gnupg20 \ valac:${PORTSDIR}/lang/vala \ itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ @@ -19,7 +20,7 @@ LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ libgcr-3.so:${PORTSDIR}/security/gcr \ libsecret-1.so:${PORTSDIR}/security/libsecret \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= gnupg20>=0:${PORTSDIR}/security/gnupg20 USE_XORG= sm USE_LDCONFIG= yes |