diff options
author | pav <pav@FreeBSD.org> | 2005-09-11 04:32:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-11 04:32:10 +0800 |
commit | d492ecab29487a1445d9598657b4447e359ced8c (patch) | |
tree | 3380ed9b35847b192e037a326f6b7da9a9bced43 /security/samhain | |
parent | 1ad29d9505a1d91503d2652741374bc6f3fc1484 (diff) | |
download | freebsd-ports-gnome-d492ecab29487a1445d9598657b4447e359ced8c.tar.gz freebsd-ports-gnome-d492ecab29487a1445d9598657b4447e359ced8c.tar.zst freebsd-ports-gnome-d492ecab29487a1445d9598657b4447e359ced8c.zip |
- Replace .error with IGNORE to prevent INDEX build failures
Diffstat (limited to 'security/samhain')
-rw-r--r-- | security/samhain/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index c00ad8ca7e29..191c26d3b28c 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -111,10 +111,7 @@ pre-everything:: .endif .if defined(WITH_CLIENT) && defined(WITH_SERVER) - @${ECHO_MSG} - @${ECHO_MSG} "Can't build client and server at once!" - @${ECHO_MSG} -.error "Can't build client and server at once!" +IGNORE= Can't build client and server at once .endif .if defined(WITH_KCHECK) @@ -126,17 +123,11 @@ pre-everything:: .endif .if defined(WITH_MYSQL) && !defined(WITH_XML_LOGS) - @${ECHO_MSG} - @${ECHO_MSG} "XML logging is required to log to MySQL." - @${ECHO_MSG} -.error "XML logging is required to log to MySQL." +IGNORE= XML logging is required to log to MySQL .endif .if defined(WITH_POSTGRESQL) && !defined(WITH_XML_LOGS) - @${ECHO_MSG} - @${ECHO_MSG} "XML logging is required to log to Postgres." - @${ECHO_MSG} -.error "XML logging is required to log to Postgres." +IGNORE= XML logging is required to log to Postgres .endif post-extract: |