diff options
author | petef <petef@FreeBSD.org> | 2001-12-26 21:53:22 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-26 21:53:22 +0000 |
commit | 161cc0b2bc91ea929fa2448da49b22c5d57f5025 (patch) | |
tree | 4fa95af84177ccc7443b94f345c1009dca588119 /mail/horde-imp | |
parent | 03ca4d42ccbd62de7c3b4faaa9db3e57c5a0bada (diff) | |
download | FreeBSD-ports-161cc0b2bc91ea929fa2448da49b22c5d57f5025.zip FreeBSD-ports-161cc0b2bc91ea929fa2448da49b22c5d57f5025.tar.gz |
Chase shlib update in sybdb (0 -> 1)
PR: 33210
Submitted by: maintainer
Diffstat (limited to 'mail/horde-imp')
-rw-r--r-- | mail/horde-imp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile index 77cf1d4..612af20 100644 --- a/mail/horde-imp/Makefile +++ b/mail/horde-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." ; \ |