diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-05-31 07:27:49 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-05-31 07:27:49 +0000 |
commit | 1809b6058d462873955ccffd0b65be32456e7df0 (patch) | |
tree | c81ad80c2a9c3501682cc13450da89658c0913c5 /mail/exim | |
parent | Remove 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
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 2 |
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,' |