summaryrefslogtreecommitdiffstats
path: root/security/snort
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-01-04 15:53:39 +0000
committerseanc <seanc@FreeBSD.org>2003-01-04 15:53:39 +0000
commit7a4235bd87966a4520aa5d2fd21abe0a5207c0d6 (patch)
treefd0f8a3c3c97bdaf70a19f3c37d60eb594efca77 /security/snort
parent880560345484112b8efb832f54fd47105704bc7e (diff)
downloadFreeBSD-ports-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.zip
FreeBSD-ports-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.gz
Chase libpq version bump.
Diffstat (limited to 'security/snort')
-rw-r--r--security/snort/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index ee09b4d..1dccf23 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -35,7 +35,8 @@ LDFLAGS+= ${PTHREAD_LIBS}
.endif
.if defined(WITH_POSTGRES)
-LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7
+POSTGRESQL_PORT?= databases/postgresql7
+LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+=--with-postgresql=${LOCALBASE}/pgsql
.if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a)
LDFLAGS+= -lssl -lcrypto
OpenPOWER on IntegriCloud