diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-07-13 23:51:15 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-07-13 23:51:15 +0000 |
commit | 0bf37ae8dc1f6de303f03a4e48c7c369856ebfdc (patch) | |
tree | 9f878f5b32bbe6b5e2ae7f1e9d2030ea2deabd0a /security/lockdown | |
parent | 42930cce5b8de223e7c412aec75796b969b66e81 (diff) | |
download | FreeBSD-ports-0bf37ae8dc1f6de303f03a4e48c7c369856ebfdc.zip FreeBSD-ports-0bf37ae8dc1f6de303f03a4e48c7c369856ebfdc.tar.gz |
Mark broken on 4.x
Approved by: maintainer
Diffstat (limited to 'security/lockdown')
-rw-r--r-- | security/lockdown/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/lockdown/Makefile b/security/lockdown/Makefile index 5c69a93..a28622a 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> |