diff options
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index d4f380244d92..98a0af6fe57b 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --with-ldap # can be used to store user tables. # .if defined(WITH_PGSQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 +USE_PGSQL= yes CONFIGURE_ARGS+= --with-pgsql .endif |