1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- 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>
This commit is contained in:
Jun Kuriyama 2007-10-13 11:10:09 +00:00
parent 10c764870c
commit ec0efcad92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201387

View File

@ -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