aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-09-02 19:08:10 +0800
committernovel <novel@FreeBSD.org>2007-09-02 19:08:10 +0800
commit39d8ad22e88c93f27aa3ee58897fde400341f072 (patch)
treedc416e860d7db40dd0b2d22a92013ff476407546 /security/gnupg
parentebaa2bb2a2a959699b4d4134d309c2f1235416d0 (diff)
downloadfreebsd-ports-gnome-39d8ad22e88c93f27aa3ee58897fde400341f072.tar.gz
freebsd-ports-gnome-39d8ad22e88c93f27aa3ee58897fde400341f072.tar.zst
freebsd-ports-gnome-39d8ad22e88c93f27aa3ee58897fde400341f072.zip
Add RUN_DEPEND on security/pinentry because gpg is almost useless
without it. PR: 115760 Submitted by: novel Approved by: maintainer timeout (1 week, linimon ok)
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index f85b5ea60355..cdff5a4c1917 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
gpg-error:${PORTSDIR}/security/libgpg-error \
ksba.17:${PORTSDIR}/security/libksba \
pth.20:${PORTSDIR}/devel/pth
+RUN_DEPENDS= bin/pinentry:${PORTSDIR}/security/pinentry
CONFLICTS= gnupg-devel-[0-9]*
@@ -50,7 +51,7 @@ OPTIONS= LDAP "LDAP keyserver interface" off \
CONFIGURE_ARGS+=--disable-gpgsm
PLIST_SUB+= GPGSM="@comment "
.else
-RUN_DEPENDS= dirmngr:${PORTSDIR}/security/dirmngr
+RUN_DEPENDS+= dirmngr:${PORTSDIR}/security/dirmngr
WITH_LDAP= YES
PLIST_SUB+= GPGSM=""
.endif