svn commit: r336221 - head/security/krb5
Cy Schubert
cy at FreeBSD.org
Wed Dec 11 20:50:18 UTC 2013
Author: cy
Date: Wed Dec 11 20:50:17 2013
New Revision: 336221
URL: http://svnweb.freebsd.org/changeset/ports/336221
Log:
pkg-plist fixup.
Modified:
head/security/krb5/Makefile
Modified: head/security/krb5/Makefile
==============================================================================
--- head/security/krb5/Makefile Wed Dec 11 20:11:33 2013 (r336220)
+++ head/security/krb5/Makefile Wed Dec 11 20:50:17 2013 (r336221)
@@ -59,6 +59,9 @@ CONFIGURE_ARGS+= --enable-dns-for-realm
.if ${PORT_OPTIONS:MLDAP}
USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap
+PLIST_SUB+= LDAP=""
+.else
+PLIST_SUB+= LDAP="@comment "
.endif
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
More information about the svn-ports-all
mailing list