diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-05-07 23:50:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-05-07 23:50:32 +0000 |
commit | b65f3a52214f43dbf3006369239804b3a7e79460 (patch) | |
tree | b3d0d19b6de132eaa64acd11fb5136f0e2c1f23c /security/tripwire | |
parent | 310e32c04ebb5c8f6272c775d6b17c5ae1f92ad6 (diff) |
Notes
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 6aec93f4b5c5..07bd3f722228 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -14,6 +14,9 @@ DISTNAME= tripwire-2.3.1-2 MAINTAINER= cy@FreeBSD.org COMMENT= File system security and verification program +.if ${OSVERSION} >= 500000 +BROKEN= "Fails to build under 5.X" +.endif MAN5= twfiles.5 twconfig.5 twpolicy.5 MAN8= siggen.8 tripwire.8 twadmin.8 twintro.8 twprint.8 |