aboutsummaryrefslogtreecommitdiff
path: root/security/lockdown
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-07-13 23:51:15 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-07-13 23:51:15 +0000
commit5553e04f1c52f8d33cccaeaca53af3d8fab62e08 (patch)
tree19aa513cc509155e27d7bf742e0a2c715e7ab0b1 /security/lockdown
parent903feca06fb9f8a6d6862ce01530dd733db747f5 (diff)
downloadports-5553e04f1c52f8d33cccaeaca53af3d8fab62e08.tar.gz
ports-5553e04f1c52f8d33cccaeaca53af3d8fab62e08.zip
Mark broken on 4.x
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=139158
Diffstat (limited to 'security/lockdown')
-rw-r--r--security/lockdown/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/lockdown/Makefile b/security/lockdown/Makefile
index 5c69a93899e8..a28622a30b85 100644
--- a/security/lockdown/Makefile
+++ b/security/lockdown/Makefile
@@ -16,6 +16,12 @@ COMMENT= Hardening script for FreeBSD
MAN1= editfile.1 editfstab.1 editkernel.1 editlogin.1 editttys.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not build on 4.x"
+.endif
+
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/lockdown
@@ -28,4 +34,4 @@ do-install:
.endfor
${INSTALL_SCRIPT} ${WRKSRC}/lockdown ${PREFIX}/bin/lockdown
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>