diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-27 09:03:07 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-27 09:03:07 +0000 |
commit | 030f2df5fee82152a7f36b9829b9608292b88857 (patch) | |
tree | 2aa5d7aea9e02005dfa45e5d81bfa5abdd590a29 /mail/horde-turba | |
parent | 4d0c12e9664e641dcbbe21a82529a892935f79c5 (diff) | |
download | ports-030f2df5fee82152a7f36b9829b9608292b88857.tar.gz ports-030f2df5fee82152a7f36b9829b9608292b88857.zip |
Chase shared library number of sybdb after freetds upgrade.
PR: ports/33211
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=52238
Diffstat (limited to 'mail/horde-turba')
-rw-r--r-- | mail/horde-turba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile index 89bfe7ccb8bf..9817644a2a1c 100644 --- a/mail/horde-turba/Makefile +++ b/mail/horde-turba/Makefile @@ -59,7 +59,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." ; \ |