diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-27 09:03:07 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-27 09:03:07 +0000 |
commit | 50aba6f2e73ba34e3237864a463b130484e4b3e8 (patch) | |
tree | b0ccc9370db5b5a264da696f6379b016924cd501 /mail | |
parent | 49faad09832fbcdb9dc0144d0a492c08b6844788 (diff) | |
download | FreeBSD-ports-50aba6f2e73ba34e3237864a463b130484e4b3e8.zip FreeBSD-ports-50aba6f2e73ba34e3237864a463b130484e4b3e8.tar.gz |
Chase shared library number of sybdb after freetds upgrade.
PR: ports/33211
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/horde-turba/Makefile | 2 | ||||
-rw-r--r-- | mail/horde4-turba/Makefile | 2 | ||||
-rw-r--r-- | mail/imp-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/imp3/Makefile | 2 | ||||
-rw-r--r-- | mail/turba/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile index 89bfe7c..9817644 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." ; \ diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile index 89bfe7c..9817644 100644 --- a/mail/horde4-turba/Makefile +++ b/mail/horde4-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." ; \ diff --git a/mail/imp-devel/Makefile b/mail/imp-devel/Makefile index 6330aaa..67c72f2 100644 --- a/mail/imp-devel/Makefile +++ b/mail/imp-devel/Makefile @@ -208,7 +208,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." ; \ diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index 6330aaa..67c72f2 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -208,7 +208,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." ; \ diff --git a/mail/turba/Makefile b/mail/turba/Makefile index 89bfe7c..9817644 100644 --- a/mail/turba/Makefile +++ b/mail/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." ; \ |