summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-07-06 11:51:21 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-07-06 11:51:21 +0000
commit05a5835dbb53ade8df379a973142e9e504569c20 (patch)
treee435c93fb1fb2701b0e7b6a5e09b025111f10c42 /mail
parentAdd p5-DateTime-Event-NameDay 0.02, (diff)
The path for the PostgreSQL dependancy was wrong.
Spotted by: Pawel Malachowski <pawmal@unia.3lo.lublin.pl> PR: 54143 Submitted by: Dominic Marks <dom@cus.org.uk>
Notes
Notes: svn path=/head/; revision=84298
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot-devel/Makefile2
-rw-r--r--mail/dovecot/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile
index add951b328ef..b4ed5d801048 100644
--- a/mail/dovecot-devel/Makefile
+++ b/mail/dovecot-devel/Makefile
@@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --with-ldap
# can be used to store user tables.
#
.if WITH_PGSQL
-LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+= --with-pgsql
.endif
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index add951b328ef..b4ed5d801048 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --with-ldap
# can be used to store user tables.
#
.if WITH_PGSQL
-LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql
+LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+= --with-pgsql
.endif