diff options
author | garga <garga@FreeBSD.org> | 2013-05-08 23:40:14 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-05-08 23:40:14 +0800 |
commit | 7b1527bbfbf8c2d0a3b6de81a92364c902ac395d (patch) | |
tree | 7768506032fe55254e28234c833cad65f37b12a2 /security | |
parent | 619a7481deb02c1ee52c796f4ec6e3044ad307bd (diff) | |
download | freebsd-ports-gnome-7b1527bbfbf8c2d0a3b6de81a92364c902ac395d.tar.gz freebsd-ports-gnome-7b1527bbfbf8c2d0a3b6de81a92364c902ac395d.tar.zst freebsd-ports-gnome-7b1527bbfbf8c2d0a3b6de81a92364c902ac395d.zip |
Make TESTS a non-default option
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav-devel/Makefile | 2 | ||||
-rw-r--r-- | 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 |