diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 18:10:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 18:10:10 +0800 |
commit | 884f55e14151fb74588128b5065b5dd23e6e849c (patch) | |
tree | 3be560633973d573ddb874a9748037b91aae54a4 /security/pam_krb5 | |
parent | c1eff8cfafcc068ed952a28846f26328246521df (diff) | |
download | freebsd-ports-gnome-884f55e14151fb74588128b5065b5dd23e6e849c.tar.gz freebsd-ports-gnome-884f55e14151fb74588128b5065b5dd23e6e849c.tar.zst freebsd-ports-gnome-884f55e14151fb74588128b5065b5dd23e6e849c.zip |
Change BROKEN to IGNORE because this package actually still builds on 5.x
(but removes the system pam_krb module)
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 |