diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-03 22:21:56 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-03 22:21:56 +0800 |
commit | 4de019d52a50f59eedc2b373fafba17820bcdac0 (patch) | |
tree | f619d1efed2b053779ccd10cdbe7b24a5ad786fe /lang | |
parent | 3e50243cb67146f0be401d68bcae06ba97780c4b (diff) | |
download | freebsd-ports-graphics-4de019d52a50f59eedc2b373fafba17820bcdac0.tar.gz freebsd-ports-graphics-4de019d52a50f59eedc2b373fafba17820bcdac0.tar.zst freebsd-ports-graphics-4de019d52a50f59eedc2b373fafba17820bcdac0.zip |
- Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5
- Bump PORTREVISION where necessary
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 2 | ||||
-rw-r--r-- | lang/pike76/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 1943f72db6d..e40091857a3 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -312,7 +312,7 @@ CONFIGURE_ARGS+=--enable-sockets .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 diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 96977710a40..7974a05a816 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/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 diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 96977710a40..7974a05a816 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 diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index f6c740e768f..7f77d4cd795 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -202,7 +202,7 @@ CONFIGURE_ARGS+= --without-svg .endif .if defined(WITH_TDS) -LIB_DEPENDS+= ct.1:${PORTSDIR}/databases/freetds +LIB_DEPENDS+= ct.4:${PORTSDIR}/databases/freetds CONFIGURE_ARGS+= --with-sybase PLIST_SUB+= SYBASE:="" .else |