diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-26 21:53:22 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-26 21:53:22 +0000 |
commit | 9ab084739ac0edca2f06fe87d27950d3e703cdc3 (patch) | |
tree | 295986e660f04662514414f3286d1762e1390f7e /mail/horde-imp | |
parent | 307a903cdfb453b43a6f498e0c403f0e0c9b45a4 (diff) | |
download | ports-9ab084739ac0edca2f06fe87d27950d3e703cdc3.tar.gz ports-9ab084739ac0edca2f06fe87d27950d3e703cdc3.zip |
Notes
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 77cf1d4eef61..612af208e427 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." ; \ |