From 99e4712ae68650fbebdbed13d30f4f47f348a3ff Mon Sep 17 00:00:00 2001 From: sheldonh Date: Wed, 31 May 2000 07:27:49 +0000 Subject: Fix the LIB_DEPENDS line for the WITH_PGSQL case. Reported by: "Jason J. Horton" --- mail/exim-old/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/exim-old') diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index d6df561973aa..f0ec905acb30 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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,' -- cgit