diff options
author | linimon <linimon@FreeBSD.org> | 2004-06-29 17:03:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-06-29 17:03:38 +0800 |
commit | 2553687eab89f4564b432592843f6c566c9bda8d (patch) | |
tree | 8d6a4bfdb79804be80df2a470889689e8857e517 /security | |
parent | a4ac738e4e77b239bd3abca5fe7ec6d87e45b771 (diff) | |
download | freebsd-ports-gnome-2553687eab89f4564b432592843f6c566c9bda8d.tar.gz freebsd-ports-gnome-2553687eab89f4564b432592843f6c566c9bda8d.tar.zst freebsd-ports-gnome-2553687eab89f4564b432592843f6c566c9bda8d.zip |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_krb5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile index ea0709e24061..faa76eaf01b1 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -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> |