summaryrefslogtreecommitdiff
path: root/mail/exim-devel
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-08-26 16:34:17 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-08-26 16:34:17 +0000
commitfb9b5a39f456461c2f2769abac1e31decf6956f7 (patch)
treecf22e23ee1ad0e9c3f290f9587db0ee2c09c78f5 /mail/exim-devel
parentNot to display unnecessary 'pty_search' message. (diff)
old postgresql port has been removed.
use postgresql7, which has proven stability now.
Notes
Notes: svn path=/head/; revision=32000
Diffstat (limited to 'mail/exim-devel')
-rw-r--r--mail/exim-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index f2370732b9c1..d8119216f9fa 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+= pq.2:${PORTSDIR}/databases/postgresql
+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,' \
-e 's,^\# LOOKUP_PGSQL,LOOKUP_PGSQL,'