aboutsummaryrefslogtreecommitdiff
path: root/security/seahorse
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-20 18:35:57 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-20 18:35:57 +0000
commit126ef0fbb61fac70e5392bef86314761bf6f7b4d (patch)
tree5973240ef538ca846f4838eb3890e46ba80b8a32 /security/seahorse
parentd2824bc63006441a8e21833f9d5fdc1f8da8568c (diff)
downloadports-126ef0fbb61fac70e5392bef86314761bf6f7b4d.tar.gz
ports-126ef0fbb61fac70e5392bef86314761bf6f7b4d.zip
Seahorse doesn't support gnupg 2.1 yet, so stick with the 2.0 version for now.
Notes
Notes: svn path=/head/; revision=372952
Diffstat (limited to 'security/seahorse')
-rw-r--r--security/seahorse/Makefile5
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