summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-06-29 09:03:38 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-06-29 09:03:38 +0000
commitaeede4bd1312b96b5158c3cfa3cf200b51fdd377 (patch)
treea36f81057d0c2e0917bc9b0fc156bfc11eca452e /security
parentMark as broken on Perl 5.005; I'll figure this out in a while. (diff)
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.
Notes
Notes: svn path=/head/; revision=112524
Diffstat (limited to 'security')
-rw-r--r--security/pam_krb5/Makefile2
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>