aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-05-31 15:27:49 +0800
committersheldonh <sheldonh@FreeBSD.org>2000-05-31 15:27:49 +0800
commit99e4712ae68650fbebdbed13d30f4f47f348a3ff (patch)
treeb0740f67627028ab2510b96996bb4696a781e9c9
parentefc6a57922400fc770367a0ccf0fb82c180f7203 (diff)
downloadfreebsd-ports-gnome-99e4712ae68650fbebdbed13d30f4f47f348a3ff.tar.gz
freebsd-ports-gnome-99e4712ae68650fbebdbed13d30f4f47f348a3ff.tar.zst
freebsd-ports-gnome-99e4712ae68650fbebdbed13d30f4f47f348a3ff.zip
Fix the LIB_DEPENDS line for the WITH_PGSQL case.
Reported by: "Jason J. Horton" <jason@intercom.com>
-rw-r--r--mail/exim-devel/Makefile2
-rw-r--r--mail/exim-old/Makefile2
-rw-r--r--mail/exim/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index d6df561973aa..f0ec905acb30 100644
--- a/mail/exim-devel/Makefile
+++ b/mail/exim-devel/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,'
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,'
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,'