diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 15:53:39 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 15:53:39 +0000 |
commit | b2c46c868cc96c81b525dff6d171894917d46f98 (patch) | |
tree | c66dd220e2259f4aa778ff1bb17f3f5de39db32d /mail/turba | |
parent | Shuffle MASTER_SITE_RUBY a bit. (diff) |
Chase libpq version bump.
Notes
Notes:
svn path=/head/; revision=72511
Diffstat (limited to 'mail/turba')
-rw-r--r-- | mail/turba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile index 850e007e9ae5..46f7c46b9be4 100644 --- a/mail/turba/Makefile +++ b/mail/turba/Makefile @@ -63,7 +63,7 @@ pre-install: # N.B.: database dependencies are binded with mod_php#, neither by Horde nor Turba. .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 "pq.3" ; then \ if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \ if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \ ${ECHO_MSG} "" ; \ |