Mark as broken on ia64 and powerpc.
Hat: portmgr
This commit is contained in:
parent
faa4178285
commit
ef9887eb83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251963
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ OPTIONS= LDAP "Enable LDAP plug-in" on \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc"
|
||||
BROKEN= Does not link on ia64 or powerpc
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LDAP)
|
||||
USE_OPENLDAP= yes
|
||||
MAN1+= echoping_ldap.1
|
||||
|
|
Loading…
Reference in a new issue