summaryrefslogtreecommitdiff
path: root/security/pam_krb5
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-07 07:45:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-07 07:45:39 +0000
commite0dd5fba13de51e546bd85efe343d3e38b7a2b7c (patch)
tree75d9a82bf3b5385bb54e0a197e819fecc9edbbbd /security/pam_krb5
parentCurrent maintainer requests a new one be assigned (diff)
Change .error to BROKEN, otherwise it will kill make release, make
index and freshports (and many other things). Reported by: Dan Languille and John Hay
Notes
Notes: svn path=/head/; revision=34871
Diffstat (limited to 'security/pam_krb5')
-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 98bf93a7e9c8..5d399f0d08c8 100644
--- a/security/pam_krb5/Makefile
+++ b/security/pam_krb5/Makefile
@@ -47,7 +47,7 @@ KRB5BASE=${LOCALBASE}
KRB5_IMPL=mit
LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5
.else
-.error "No version of Kerberos is installed."
+BROKEN= "No version of Kerberos is installed."
.endif
.include <bsd.port.mk>