diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2007-10-13 19:10:09 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2007-10-13 19:10:09 +0800 |
commit | 32886c6d7961a97140fce3e195fe433475615ebb (patch) | |
tree | 8412c49a8f451abd0c9ecedde5b9c16ee69bd89e /security/gnupg | |
parent | ef7dd2d1e146140e6fe0500cd581ec6a0781d9f3 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |