From 3dd8bf4dc971d85207f2fbffff90498dcee4f4a3 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 8 May 2013 15:40:14 +0000 Subject: [PATCH] Make TESTS a non-default option --- security/clamav-devel/Makefile | 2 +- security/clamav/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 178c04bb26b2..b45c44a31e68 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -26,7 +26,7 @@ TESTS_DESC= Run compile-time tests (req. python) MILTER_DESC= Compile the milter interface STDERR_DESC= Print logs to stderr instead of stdout -OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM TESTS DOCS +OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM DOCS GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 201875f9828e..ad23458784ae 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -25,7 +25,7 @@ MILTER_DESC= Compile the milter interface STDERR_DESC= Print logs to stderr instead of stdout EXPERIMENTAL_DESC= Build experimental code -OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM TESTS DOCS +OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM DOCS GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes