diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-10-13 11:10:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-10-13 11:10:09 +0000 |
commit | ec0efcad9224b268e3864928fb26bb67cc419709 (patch) | |
tree | c014d37ca2dd008b4120d6b3bd1854fc05d4a29e | |
parent | nagios-plugins -- Long Location Header Buffer Overflow Vulnerability (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=201387
-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 |