diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-07-13 23:51:15 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-07-13 23:51:15 +0000 |
commit | 5553e04f1c52f8d33cccaeaca53af3d8fab62e08 (patch) | |
tree | 19aa513cc509155e27d7bf742e0a2c715e7ab0b1 /security/lockdown | |
parent | 903feca06fb9f8a6d6862ce01530dd733db747f5 (diff) | |
download | ports-5553e04f1c52f8d33cccaeaca53af3d8fab62e08.tar.gz ports-5553e04f1c52f8d33cccaeaca53af3d8fab62e08.zip |
Notes
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 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> |