diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-04 23:53:39 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-04 23:53:39 +0800 |
commit | 7a4235bd87966a4520aa5d2fd21abe0a5207c0d6 (patch) | |
tree | fd0f8a3c3c97bdaf70a19f3c37d60eb594efca77 /mail/imp3 | |
parent | 880560345484112b8efb832f54fd47105704bc7e (diff) | |
download | freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.gz freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.zst freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.zip |
Chase libpq version bump.
Diffstat (limited to 'mail/imp3')
-rw-r--r-- | mail/imp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index 1b4206389c69..4345211cea9d 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -212,7 +212,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} "" ; \ |