diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-01 19:27:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-01 19:27:05 +0000 |
commit | f75ae0d9dd5f96a6e1ffe55519d68f810ce51555 (patch) | |
tree | b9d6eb3551d1a5a1fb0ff46427429d2e43fc68d4 /security/samhain | |
parent | 4d25d1d68b9dec11b6d06e282668f0c62f1a4003 (diff) | |
download | ports-f75ae0d9dd5f96a6e1ffe55519d68f810ce51555.tar.gz ports-f75ae0d9dd5f96a6e1ffe55519d68f810ce51555.zip |
Notes
Diffstat (limited to 'security/samhain')
-rw-r--r-- | security/samhain/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 56ea345d7fe5..3ea105845186 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -32,6 +32,7 @@ CONFLICTS= samhain-client-2* .if ${ARCH} == "amd64" CFLAGS+= -fPIC +BROKEN= does not compile .endif .if defined(WITH_GPG) |