diff options
author | petef <petef@FreeBSD.org> | 2001-12-27 05:53:22 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-27 05:53:22 +0800 |
commit | 161cc0b2bc91ea929fa2448da49b22c5d57f5025 (patch) | |
tree | 4fa95af84177ccc7443b94f345c1009dca588119 /mail/horde4-imp | |
parent | 03ca4d42ccbd62de7c3b4faaa9db3e57c5a0bada (diff) | |
download | freebsd-ports-graphics-161cc0b2bc91ea929fa2448da49b22c5d57f5025.tar.gz freebsd-ports-graphics-161cc0b2bc91ea929fa2448da49b22c5d57f5025.tar.zst freebsd-ports-graphics-161cc0b2bc91ea929fa2448da49b22c5d57f5025.zip |
Chase shlib update in sybdb (0 -> 1)
PR: 33210
Submitted by: maintainer
Diffstat (limited to 'mail/horde4-imp')
-rw-r--r-- | mail/horde4-imp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile index 77cf1d4eef6..612af208e42 100644 --- a/mail/horde4-imp/Makefile +++ b/mail/horde4-imp/Makefile @@ -151,7 +151,7 @@ pre-install: .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 "sybdb.0" ; then \ + if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \ if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with a database support." ; \ |