diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-27 18:33:38 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-27 18:33:38 +0800 |
commit | cad34940f97c866a8113bf017d1e6d3019f3f107 (patch) | |
tree | 300e2498fbd58d18cdd2fc5e7c0bce7d8999d220 /mail/exim-old | |
parent | 0736bb18c1921b067f899d4f03348822e9e3117a (diff) | |
download | freebsd-ports-gnome-cad34940f97c866a8113bf017d1e6d3019f3f107.tar.gz freebsd-ports-gnome-cad34940f97c866a8113bf017d1e6d3019f3f107.tar.zst freebsd-ports-gnome-cad34940f97c866a8113bf017d1e6d3019f3f107.zip |
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.
Diffstat (limited to 'mail/exim-old')
-rw-r--r-- | mail/exim-old/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index ce7282f7eb10..c4be89ff4ab0 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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,,' |