Change default status if no configuration is given from BROKEN to IGNORE.
This saves a bogus build cycle on bento/pointyhat. No response from maintainer for some time.
This commit is contained in:
parent
e73962e1ee
commit
aeede4bd13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112524
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ LIB_DEPENDS= krb5.3:${PORTSDIR}/security/krb5
|
|||
KRB5_DIR?= ${KRB5_HOME}
|
||||
.endif
|
||||
.else
|
||||
BROKEN= You must define KRB5_IMPL to be \"mit\" or \"heimdal\"
|
||||
IGNORE= You must define KRB5_IMPL to be \"mit\" or \"heimdal\"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
Loading…
Reference in a new issue