aboutsummaryrefslogtreecommitdiff
path: root/security/samhain
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 16:04:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 16:04:25 +0000
commit1779c8dc073e0395f4eecc6e42321e98b5e30749 (patch)
tree068fd40f9813456e3287e081af72708158112025 /security/samhain
parent1e52282e828beb7e3d1c09b1d6ea486e5777bdef (diff)
Notes
Diffstat (limited to 'security/samhain')
-rw-r--r--security/samhain/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile
index e2c09aa24ba2..b737bb3a9138 100644
--- a/security/samhain/Makefile
+++ b/security/samhain/Makefile
@@ -36,6 +36,8 @@ CFLAGS+= -fPIC
.if ${ARCH} == "amd64" && ${OSVERSION} >= 800000
BROKEN= does not compile
+.elif ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
.endif
.if defined(WITH_GPG)