diff options
| author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-27 07:53:36 +0000 |
|---|---|---|
| committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-27 07:53:36 +0000 |
| commit | 6890122a3be0999a083b1f8c2002b9e80d83c5df (patch) | |
| tree | 00a7bade99f6ae72d9e0cbd8cd4f832158a990c2 /security/snort | |
| parent | 06b2cca9410cc34b1b1804ed6eaa99acb686d389 (diff) | |
Set reasonable defaults for mysql, postgresql and odbc support so
the package dependencies aren't screwed up in case a package is
installed but the corresponding WITH_* option isn't given.
Diffstat (limited to 'security/snort')
| -rw-r--r-- | security/snort/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index d152d983f688..3725d4e73188 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.snort.org/Files/ \ MAINTAINER= dirk@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-mysql=no --with-odbc=no --with-postgresql=no MAN8= snort.8 .if defined(WITH_FLEXRESP) |
