diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-06 11:51:21 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-06 11:51:21 +0000 |
commit | 05a5835dbb53ade8df379a973142e9e504569c20 (patch) | |
tree | e435c93fb1fb2701b0e7b6a5e09b025111f10c42 /mail/dovecot-devel | |
parent | Add 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/dovecot-devel')
-rw-r--r-- | mail/dovecot-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |