aboutsummaryrefslogtreecommitdiff
path: root/security/snort_inline
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-31 07:43:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-31 07:43:47 +0000
commit038776e75d51491b0ad6d377b2c6934be3132425 (patch)
tree705bfb7c08cde0e70f7563ce5674cf1c6fb044f6 /security/snort_inline
parent57b23f591f859ebaac6e24877140d05bf8b229d1 (diff)
downloadports-038776e75d51491b0ad6d377b2c6934be3132425.tar.gz
ports-038776e75d51491b0ad6d377b2c6934be3132425.zip
Notes
Diffstat (limited to 'security/snort_inline')
-rw-r--r--security/snort_inline/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/snort_inline/Makefile b/security/snort_inline/Makefile
index f09c2b4c35dc..5df25f5e2bde 100644
--- a/security/snort_inline/Makefile
+++ b/security/snort_inline/Makefile
@@ -46,8 +46,7 @@ CONFIGURE_ARGS+= --with-odbc=no
.endif
.if defined(WITH_POSTGRESQL)
-POSTGRESQL_PORT?= databases/postgresql7
-LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
+USE_PGSQL= yes
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
.if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a)
LDFLAGS+= -lssl -lcrypto