aboutsummaryrefslogtreecommitdiff
path: root/security/samhain
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2010-07-28 17:21:08 +0000
committerDavid Thiel <lx@FreeBSD.org>2010-07-28 17:21:08 +0000
commit2cb35fef41d34d6e076479fd10710a967981c365 (patch)
treecbc60d16173c5dfa3f819c7e5366e9db80beee21 /security/samhain
parentb752684df9adea748c23b8939a037a2832781ce0 (diff)
downloadports-2cb35fef41d34d6e076479fd10710a967981c365.tar.gz
ports-2cb35fef41d34d6e076479fd10710a967981c365.zip
Unbreak on 8.x, it builds just fine on amd64 here. If someone has a
specific OS version on which it will not, please let me know.
Notes
Notes: svn path=/head/; revision=258395
Diffstat (limited to 'security/samhain')
-rw-r--r--security/samhain/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile
index 52e6510b617b..eeb11c963db9 100644
--- a/security/samhain/Makefile
+++ b/security/samhain/Makefile
@@ -36,9 +36,7 @@ LICENSE= GPLv2
CFLAGS+= -fPIC
.endif
-.if ${ARCH} == "amd64" && ${OSVERSION} >= 800000
-BROKEN= does not compile
-.elif ${OSVERSION} > 900007
+.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif