1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

bmake is quite strict with != make it really happy

This commit is contained in:
Baptiste Daroussin 2013-05-02 17:12:43 +00:00
parent 681061b8f8
commit 835d5f99f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317133

View File

@ -66,7 +66,7 @@ IGNORE= cannot install: OpenLDAP versions mismatch: openldap${_OPENLDAP_VER}-cli
CFLAGS+= -DLDAP_DEPRECATED
_OPENLDAP_CLIENT_PKG!= ${PKG_INFO} -Ex openldap.\*-client 2>/dev/null || ${ECHO_CMD}
_OPENLDAP_CLIENT_PKG!= ${PKG_INFO} -Ex openldap.\*-client 2>/dev/null; ${ECHO_CMD}
_OPENLDAP_FLAVOUR= ${_OPENLDAP_CLIENT_PKG:C/openldap//:C/-client-.*//}
.if defined(WANT_OPENLDAP_SASL)