aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2007-10-13 19:10:09 +0800
committerkuriyama <kuriyama@FreeBSD.org>2007-10-13 19:10:09 +0800
commit32886c6d7961a97140fce3e195fe433475615ebb (patch)
tree8412c49a8f451abd0c9ecedde5b9c16ee69bd89e /security/gnupg
parentef7dd2d1e146140e6fe0500cd581ec6a0781d9f3 (diff)
downloadfreebsd-ports-gnome-32886c6d7961a97140fce3e195fe433475615ebb.tar.gz
freebsd-ports-gnome-32886c6d7961a97140fce3e195fe433475615ebb.tar.zst
freebsd-ports-gnome-32886c6d7961a97140fce3e195fe433475615ebb.zip
- Add a note "require LDAP" in GPGSM knob for $OPTIONS. This may help
to reduce confusion when "WITHOUT_LDAP and WITH_GPGSM selected, but OpenLDAP dependency exists" situcation. PR: ports/116558 Reported by: Jo Rhett <jrhett@netconsonance.com>
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..6f235d7e701d 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -41,7 +41,7 @@ INFO= gnupg
OPTIONS= LDAP "LDAP keyserver interface" off \
SCDAEMON "Enable Smartcard daemon (with libusb)" off \
CURL "Use the real curl library (worked around if no)" on \
- GPGSM "Enable GPGSM" on
+ GPGSM "Enable GPGSM (require LDAP)" on
#OPTIONS+= NLS "National Language Support" off
.include <bsd.port.pre.mk>
@@ -52,6 +52,7 @@ PLIST_SUB+= GPGSM="@comment "
.else
RUN_DEPENDS= dirmngr:${PORTSDIR}/security/dirmngr
WITH_LDAP= YES
+.undef WITHOUT_LDAP
PLIST_SUB+= GPGSM=""
.endif