aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-09-03 04:31:51 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-09-03 04:31:51 +0000
commitada3746c03e6d1d771ebc8a7ebf4f3bd24a86ce4 (patch)
tree304a7d6ef7cd7e4e2d0e866ddbd53dd4e7c35528 /security/gnupg
parenta3937dd6d2755cb0f4c014f71f0b5921f31c999a (diff)
downloadports-ada3746c03e6d1d771ebc8a7ebf4f3bd24a86ce4.tar.gz
ports-ada3746c03e6d1d771ebc8a7ebf4f3bd24a86ce4.zip
Backout the commit with addition of pinentry as a run dependency because
it needs discussion.
Notes
Notes: svn path=/head/; revision=198670
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index cdff5a4c1917..f85b5ea60355 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -21,7 +21,6 @@ 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]*
@@ -51,7 +50,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