aboutsummaryrefslogtreecommitdiff
path: root/security/krb5
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2013-12-11 20:50:17 +0000
committerCy Schubert <cy@FreeBSD.org>2013-12-11 20:50:17 +0000
commit8250beb02090816cfcedd7bafcfa0266a0d09e7a (patch)
treecb651ef1ab72afcd39fa63a87c672fdb7af225ba /security/krb5
parent30b7e17f7ecf5a8ec8c1807ddd1c03d66494814f (diff)
downloadports-8250beb02090816cfcedd7bafcfa0266a0d09e7a.tar.gz
ports-8250beb02090816cfcedd7bafcfa0266a0d09e7a.zip
pkg-plist fixup.
Notes
Notes: svn path=/head/; revision=336221
Diffstat (limited to 'security/krb5')
-rw-r--r--security/krb5/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index 27730da9fd5b..d0e01bee4f90 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -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"