aboutsummaryrefslogtreecommitdiffstats
path: root/security/snort
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-01-27 15:53:36 +0800
committerdirk <dirk@FreeBSD.org>2001-01-27 15:53:36 +0800
commit6b77cacb0693bb1ed0d1954748c7049d651fb83d (patch)
treeae46d5a4934d81ab76059d38d5ede495a03aa54f /security/snort
parent4caa10b3b24fe89dd812fff48affd7dae5648593 (diff)
downloadfreebsd-ports-gnome-6b77cacb0693bb1ed0d1954748c7049d651fb83d.tar.gz
freebsd-ports-gnome-6b77cacb0693bb1ed0d1954748c7049d651fb83d.tar.zst
freebsd-ports-gnome-6b77cacb0693bb1ed0d1954748c7049d651fb83d.zip
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/Makefile1
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)