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:
parent
681061b8f8
commit
835d5f99f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317133
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user