summaryrefslogtreecommitdiff
path: root/mail/exim-devel
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-06-27 10:33:38 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-06-27 10:33:38 +0000
commit804f3be4e65d53f0d6594457ee30da05d59ed441 (patch)
treed37cdd7c5fd1c595bbf42561d2fb8bc013caf9b8 /mail/exim-devel
parentUpdate 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 'mail/exim-devel')
-rw-r--r--mail/exim-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index ce7282f7eb10..c4be89ff4ab0 100644
--- a/mail/exim-devel/Makefile
+++ b/mail/exim-devel/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,,'