From 6890122a3be0999a083b1f8c2002b9e80d83c5df Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sat, 27 Jan 2001 07:53:36 +0000 Subject: 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. --- security/snort/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/snort') 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) -- cgit v1.2.3