diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-05-31 15:27:49 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-05-31 15:27:49 +0800 |
commit | 99e4712ae68650fbebdbed13d30f4f47f348a3ff (patch) | |
tree | b0740f67627028ab2510b96996bb4696a781e9c9 | |
parent | efc6a57922400fc770367a0ccf0fb82c180f7203 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/Makefile | 2 |
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,' |