diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-27 10:33:38 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-27 10:33:38 +0000 |
commit | 804f3be4e65d53f0d6594457ee30da05d59ed441 (patch) | |
tree | d37cdd7c5fd1c595bbf42561d2fb8bc013caf9b8 /mail/exim/Makefile | |
parent | Update to 0.6.6. (diff) |
Catch up with the new postgresql7 layout scheme introduced in
rev 1.75 of ports/databases/postgresql7 in April this year.
This unbreaks the mysql-postgresql7 slave port.
Notes
Notes:
svn path=/head/; revision=44498
Diffstat (limited to '')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index ce7282f7eb10..c4be89ff4ab0 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -129,8 +129,8 @@ SEDLIST+= -e 's,^\# AUTH_PLAINTEXT=,AUTH_PLAINTEXT=,' .if defined(WITH_PGSQL) LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 -SEDLIST+= -e 's,XX_PGSQL_LIBS_XX,-L${PREFIX}/pgsql/lib -lpq,' \ - -e 's,XX_PGSQL_INCLUDE_XX,-I${PREFIX}/pgsql/include,' \ +SEDLIST+= -e 's,XX_PGSQL_LIBS_XX,-L${PREFIX}/lib -lpq,' \ + -e 's,XX_PGSQL_INCLUDE_XX,-I${PREFIX}/include/pgsql,' \ -e 's,^\# LOOKUP_PGSQL=,LOOKUP_PGSQL=,' .else SEDLIST+= -e 's,XX_PGSQL_[^ ]*_XX,,' |