aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.ldap.mk
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-12-12 20:09:55 +0000
committerXin LI <delphij@FreeBSD.org>2012-12-12 20:09:55 +0000
commita571c07ffb6b542509a8577e85945cae63c45cbe (patch)
treec6a78db7a32a926420377b70b46b2f05c9598e45 /Mk/bsd.ldap.mk
parent6ddf03ddfb9cb7a45e11686c82df230763a2a212 (diff)
downloadports-a571c07ffb6b542509a8577e85945cae63c45cbe.tar.gz
ports-a571c07ffb6b542509a8577e85945cae63c45cbe.zip
Avoid setting PKGNAMESUFFIX late, which in turn changes UNIQUENAME and
causes OPTIONS menu to be shown up multiple times. As a side effect we have to make openldap24-client and openldap24-sasl-client which we do not have a better solution at this time. Submitted by: bapt (mostly)
Notes
Notes: svn path=/head/; revision=308788
Diffstat (limited to 'Mk/bsd.ldap.mk')
-rw-r--r--Mk/bsd.ldap.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.ldap.mk b/Mk/bsd.ldap.mk
index ca978ebbd479..b99bd729d59f 100644
--- a/Mk/bsd.ldap.mk
+++ b/Mk/bsd.ldap.mk
@@ -23,6 +23,8 @@ Database_Include_MAINTAINER= ports@FreeBSD.org
# Default: 24.
# WANT_OPENLDAP_VER
# - Maintainer can set an arbitrary version of OpenLDAP by using it.
+# WANT_OPENLDAP_SASL
+# - If set, this port depends on SASL enabled OpenLDAP client.
# IGNORE_OPENLDAP_OPENLDAP
# - This variable can be defined if the ports doesn't support
# one or more version of OpenLDAP.