svn commit: r430899 - head/Mk

Adam Weinberger adamw at FreeBSD.org
Sun Jan 8 21:20:58 UTC 2017


Author: adamw
Date: Sun Jan  8 21:20:57 2017
New Revision: 430899
URL: https://svnweb.freebsd.org/changeset/ports/430899

Log:
  Change the description of WANT_OPENLDAP_SASL to make it clear that
  that variable is for end-users in make.conf, not for port Makefiles.
  
  See CHANGES 20040717.

Modified:
  head/Mk/bsd.ldap.mk

Modified: head/Mk/bsd.ldap.mk
==============================================================================
--- head/Mk/bsd.ldap.mk	Sun Jan  8 20:52:17 2017	(r430898)
+++ head/Mk/bsd.ldap.mk	Sun Jan  8 21:20:57 2017	(r430899)
@@ -24,7 +24,8 @@ Database_Include_MAINTAINER=		ports at Free
 # 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.
+#				- User-defined variable to depend upon SASL-enabled OpenLDAP
+#				  client. Must NOT be set in a port Makefile.
 # IGNORE_OPENLDAP_OPENLDAP
 #				- This variable can be defined if the ports doesn't support
 #				  one or more version of OpenLDAP.


More information about the svn-ports-all mailing list