aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-11-07 15:45:39 +0800
committerasami <asami@FreeBSD.org>2000-11-07 15:45:39 +0800
commit02c230564312be8d161fb36c9520f12e0eab041a (patch)
tree4d36c839433bdea17f5fe9d0d2567fc6c471515b /security
parent103a71147f1d6c2b89af3578fa6bc5d68e81eb13 (diff)
downloadfreebsd-ports-gnome-02c230564312be8d161fb36c9520f12e0eab041a.tar.gz
freebsd-ports-gnome-02c230564312be8d161fb36c9520f12e0eab041a.tar.zst
freebsd-ports-gnome-02c230564312be8d161fb36c9520f12e0eab041a.zip
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
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 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>