summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-05-31 07:27:49 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-05-31 07:27:49 +0000
commit1809b6058d462873955ccffd0b65be32456e7df0 (patch)
treec81ad80c2a9c3501682cc13450da89658c0913c5
parentRemove anolog.cfg iff it's identical to analog.cfg-dist. Remove two (diff)
Fix the LIB_DEPENDS line for the WITH_PGSQL case.
Reported by: "Jason J. Horton" <jason@intercom.com>
Notes
Notes: svn path=/head/; revision=29009
-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,'