summaryrefslogtreecommitdiffstats
path: root/mail/courier
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-01-04 16:17:27 +0000
committerseanc <seanc@FreeBSD.org>2003-01-04 16:17:27 +0000
commitd06672f851077c30382cf17568a1ce424c4865b7 (patch)
tree561b9c096c5534818e66fa6643882ab83c033878 /mail/courier
parentea7f8d054c983e07a8cf26bda7c96a114abd2c6d (diff)
downloadFreeBSD-ports-d06672f851077c30382cf17568a1ce424c4865b7.zip
FreeBSD-ports-d06672f851077c30382cf17568a1ce424c4865b7.tar.gz
Missed configure scripts in libpq version bump: chase lib version.
Diffstat (limited to 'mail/courier')
-rw-r--r--mail/courier/scripts/configure.courier5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/courier/scripts/configure.courier b/mail/courier/scripts/configure.courier
index 476526d..03882cd 100644
--- a/mail/courier/scripts/configure.courier
+++ b/mail/courier/scripts/configure.courier
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/courier/scripts/Attic/configure.courier,v 1.3 2002-06-08 18:54:01 ijliao Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/courier/scripts/Attic/configure.courier,v 1.4 2003-01-04 16:17:26 seanc Exp $
[ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ] && exit
@@ -234,7 +234,8 @@ while [ "$1" ]; do
fi
;;
\"PostgreSQL\")
- echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7"
+ echo "POSTGRESQL_PORT?= databases/postgresql7"
+ echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
WITH_PGSQL="--with-authpgsql"
WITH_PGSQL="${WITH_PGSQL} --with-pgsql-libs=${PGSQLBASE}/lib"
WITH_PGSQL="${WITH_PGSQL} --with-pgsql-includes=${PGSQLINCLUDES}"
OpenPOWER on IntegriCloud