summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-03 14:21:56 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-03 14:21:56 +0000
commite8ce0e594c46c44268abd59278c1bbb9e13502bf (patch)
tree9213948d56ac55514201781dad838aa3e50389e9 /lang/php53
parent- Update to 0.64 (diff)
- Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5
- Bump PORTREVISION where necessary
Notes
Notes: svn path=/head/; revision=186421
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 96977710a401..7974a05a8164 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -399,7 +399,7 @@ OPTIONS= UTF8 "Enable UTF-8 support" off
.endif
.if ${PHP_MODNAME} == "sybase_ct"
-LIB_DEPENDS+= ct.3:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= ct.4:${PORTSDIR}/databases/freetds
CONFIGURE_ARGS+=--with-sybase-ct=${LOCALBASE}
.endif