diff options
author | asami <asami@FreeBSD.org> | 2000-11-07 07:45:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-07 07:45:39 +0000 |
commit | 02c230564312be8d161fb36c9520f12e0eab041a (patch) | |
tree | 4d36c839433bdea17f5fe9d0d2567fc6c471515b /security/pam_krb5 | |
parent | 103a71147f1d6c2b89af3578fa6bc5d68e81eb13 (diff) | |
download | FreeBSD-ports-02c230564312be8d161fb36c9520f12e0eab041a.zip FreeBSD-ports-02c230564312be8d161fb36c9520f12e0eab041a.tar.gz |
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/pam_krb5')
-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 98bf93a..5d399f0 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> |