diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:11:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:11:57 +0000 |
commit | 82f9e5ad5571ce54362c74935980b39d71601aeb (patch) | |
tree | 2f71c6551b79631fbd542b141c384e669000ca3e /security/samhain/Makefile | |
parent | BROKEN on 5.x: Segfault during build (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=118428
Diffstat (limited to '')
-rw-r--r-- | security/samhain/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index e9cf4b6382f5..72c26746f8f0 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -36,6 +36,10 @@ OPTIONS= KCHECK "Enable rogue KLD detection" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not build on FreeBSD >= 5.x" +.endif + .if defined(WITH_GPG) BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg .endif |