diff options
Diffstat (limited to 'mail/imp/Makefile')
-rw-r--r-- | mail/imp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index d71c04a3b821..cd7294b35e70 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -153,7 +153,7 @@ pre-install: .endif .if !defined(WITHOUT_SUPPORTED_DB) @if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.2" ; then \ + if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.3" ; then \ if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \ if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \ ${ECHO_MSG} "" ; \ |