diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 10:10:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 10:10:10 +0000 |
commit | 2e8e7cfe82df1e7b954cf766aff2e1fc2c6db24c (patch) | |
tree | 022cc5656988d7ec0c834ca65f89c8ec686383fb /security/pam_krb5 | |
parent | be20a85ec56787cc1c8f4ab7f5f17038ff0187e1 (diff) |
Change BROKEN to IGNORE because this package actually still builds on 5.x
(but removes the system pam_krb module)
Notes
Notes:
svn path=/head/; revision=101027
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 d0ca9fffa947..f4f39e355689 100644 --- a/security/pam_krb5/Makefile +++ b/security/pam_krb5/Makefile @@ -55,7 +55,7 @@ BROKEN= You must define KRB5_IMPL to be \"mit\" or \"heimdal\" .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 -BROKEN= FreeBSD 5.x already ships with its own version of pam_krb5 +IGNORE= FreeBSD 5.x already ships with its own version of pam_krb5 .endif MANDIR= ${MANPREFIX}/man PREFIX= ${DESTDIR}/usr |