diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-26 12:16:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-26 12:16:23 +0000 |
commit | 3f10d7d21e72fd9627e0c990641735ba4898e24f (patch) | |
tree | b11edf5e571187a7f47a1feb1c4132f0fd070415 /security/samhain | |
parent | a37447812bc2f210f7996db509d6f756b7072d93 (diff) | |
download | ports-3f10d7d21e72fd9627e0c990641735ba4898e24f.tar.gz ports-3f10d7d21e72fd9627e0c990641735ba4898e24f.zip |
Notes
Diffstat (limited to 'security/samhain')
-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 ee1d37a4bf90..4e896866bc70 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -34,6 +34,10 @@ CONFLICTS= samhain-client-2* CFLAGS+= -fPIC .endif +.if ${ARCH} == "amd64" && ${OSVERSION} >= 800000 +BROKEN= does not compile +.endif + .if defined(WITH_GPG) BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg .endif |