summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-10 05:41:56 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-10 05:41:56 +0000
commit47f781372652eaecbdd0a1487f5c786e595fddbe (patch)
tree8b823c60c94f3192c40424b0b9d7b4195a310c4f /lang/php53
parentAdd CONFLICTS=nmh-[0-9]* (diff)
- Chase databases/freetds update. Fix php5-pdo_dblib build
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=187054
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index ef351bb664cb..7963d745d379 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -587,7 +587,7 @@ pre-configure:
.if defined(WITH_MSSQL)
LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds-msdblib
.else
-LIB_DEPENDS+= ct.3:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= ct.4:${PORTSDIR}/databases/freetds
.endif
.endif