aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-05-31 15:27:49 +0800
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-05-31 15:27:49 +0800
commit1809b6058d462873955ccffd0b65be32456e7df0 (patch)
treec81ad80c2a9c3501682cc13450da89658c0913c5 /mail/exim
parenta6407734ba226c5938e2c0009e87444b74ae9a73 (diff)
downloadfreebsd-ports-gnome-1809b6058d462873955ccffd0b65be32456e7df0.tar.gz
freebsd-ports-gnome-1809b6058d462873955ccffd0b65be32456e7df0.tar.zst
freebsd-ports-gnome-1809b6058d462873955ccffd0b65be32456e7df0.zip
Fix the LIB_DEPENDS line for the WITH_PGSQL case.
Reported by: "Jason J. Horton" <jason@intercom.com>
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index d6df561973aa..f0ec905acb30 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -99,7 +99,7 @@ SEDLIST+= -e 's,^AUTH_PLAINTEXT,\#AUTH_PLAINTEXT,'
.endif
.if defined(WITH_PGSQL)
-LIB_DEPENDS+= libpq.2:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql
SEDLIST+= -e 's,XX_PGSQL_LIBS_XX,-L${PREFIX}/pgsql/lib -lpq,' \
-e 's,XX_PGSQL_INCLUDE_XX,-I${PREFIX}/pgsql/include,' \
-e 's,^\# LOOKUP_PGSQL,LOOKUP_PGSQL,'