aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-12 05:50:01 +0800
committerkris <kris@FreeBSD.org>2004-12-12 05:50:01 +0800
commitb334317f4c0d194fe3f74ca1d110667f70d6ea8b (patch)
tree1c92823df26ffbc4675b30f7c3fd59319e65efdc /security
parenta8eb4b90a717e90f3143081d8a4d369fcae0c024 (diff)
downloadfreebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.tar.gz
freebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.tar.zst
freebsd-ports-gnome-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.zip
BROKEN on 4.x: Does not compile
Diffstat (limited to 'security')
-rw-r--r--security/pam_alreadyloggedin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/pam_alreadyloggedin/Makefile b/security/pam_alreadyloggedin/Makefile
index 7899b9d2d4cb..c4089d1e7db8 100644
--- a/security/pam_alreadyloggedin/Makefile
+++ b/security/pam_alreadyloggedin/Makefile
@@ -19,6 +19,10 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
.if defined(NOPROFILE)
PLIST_SUB+= PROFILE="@comment "
.else