mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Do not report error from bsd.ldap.mk with pkgng if pkgng isn't installed
Reported by: Bryan Drewery (via irc://freenode/#pkgng)
This commit is contained in:
parent
4a68180e58
commit
2c36ffdcc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296433
@ -64,7 +64,7 @@ IGNORE= cannot install: OpenLDAP versions mismatch: openldap${_OPENLDAP_VER}-cli
|
||||
|
||||
CFLAGS+= -DLDAP_DEPRECATED
|
||||
|
||||
_OPENLDAP_CLIENT_PKG!= ${PKG_INFO} -Ex openldap.\*-client || ${TRUE}
|
||||
_OPENLDAP_CLIENT_PKG!= ${PKG_INFO} -Ex openldap.\*-client 2>/dev/null || ${TRUE}
|
||||
_OPENLDAP_FLAVOUR= ${_OPENLDAP_CLIENT_PKG:C/openldap//:C/-client-.*//}
|
||||
|
||||
.if defined(WANT_OPENLDAP_SASL)
|
||||
|
Loading…
Reference in New Issue
Block a user