summaryrefslogtreecommitdiff
path: root/security/pam_alreadyloggedin
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-21 04:55:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-21 04:55:38 +0000
commitd624b78dc6f9721f45a43b9e14dec18042b26aae (patch)
tree2730b86d00468f5642b77443c29d564598ff308e /security/pam_alreadyloggedin
parentThis now seems to install successfully (diff)
s/BROKEN/IGNORE/ to prevent package build on 4.x
Notes
Notes: svn path=/head/; revision=111913
Diffstat (limited to 'security/pam_alreadyloggedin')
-rw-r--r--security/pam_alreadyloggedin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_alreadyloggedin/Makefile b/security/pam_alreadyloggedin/Makefile
index 71817369e7f0..f5eb128f2440 100644
--- a/security/pam_alreadyloggedin/Makefile
+++ b/security/pam_alreadyloggedin/Makefile
@@ -20,7 +20,7 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= "only works on systems with OpenPAM (5.0-CURRENT)"
+IGNORE= "only works on systems with OpenPAM (5.0-CURRENT)"
.endif
.if ${OSVERSION} >= 500113