aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-04-20 20:59:42 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-04-20 20:59:42 +0000
commitdbadd7c20833b905724d9946a6e086ed47d9dbeb (patch)
tree5fc76a5441e5f59becd34a7ed9da822475735bba
parent123f360d604054e308851908fb7aeea26b514835 (diff)
downloadports-dbadd7c20833b905724d9946a6e086ed47d9dbeb.tar.gz
ports-dbadd7c20833b905724d9946a6e086ed47d9dbeb.zip
- Rename WITH_POSTGRES knob to WITH_POSTGRESQL to be consistent
with other ports PR: ports/62557 (part) Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes: svn path=/head/; revision=107755
-rw-r--r--security/snort/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 2c6a84d8cc3e..7c6b13f01027 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
#OPTIONS= FLEXRESP "Flexible response to events" off \
# MYSQL "Enable MySQL support" off \
# ODBC "Enable ODBC support" off \
-# POSTGRES "Enable PostgreSQL support" off
+# POSTGRESQL "Enable PostgreSQL support" off
USE_GPG= yes
SIG_SUFFIX= .asc
@@ -49,7 +49,7 @@ LDFLAGS+= ${PTHREAD_LIBS}
CONFIGURE_ARGS+= --with-odbc=no
.endif
-.if defined(WITH_POSTGRES)
+.if defined(WITH_POSTGRESQL)
POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
@@ -69,7 +69,7 @@ post-patch:
pre-configure:
@${ECHO} ""
- @${ECHO} "Set WITH_FLEXRESP, WITH_MYSQL, WITH_ODBC or WITH_POSTGRES"
+ @${ECHO} "Set WITH_FLEXRESP, WITH_MYSQL, WITH_ODBC or WITH_POSTGRESQL"
@${ECHO} "to get additional support."
@${ECHO} ""