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:
Mark Linimon 2004-06-29 09:03:38 +00:00
parent e73962e1ee
commit aeede4bd13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112524

View file

@ -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>