diff options
author | pav <pav@FreeBSD.org> | 2005-04-11 20:52:52 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-11 20:52:52 +0000 |
commit | 5123281c681657ea0f07a6eb601057b4f2caf24a (patch) | |
tree | 08cc2b2e5f2f2ea2a743ba50049f7a40559ef011 /lang | |
parent | 803ed2f8ac1b07b93cfd5d9d6998e1a9e11bbce2 (diff) | |
download | FreeBSD-ports-5123281c681657ea0f07a6eb601057b4f2caf24a.zip FreeBSD-ports-5123281c681657ea0f07a6eb601057b4f2caf24a.tar.gz |
- Chase freetds shlib bump
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile.ext | 4 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 4 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index e30e623..d6c83fa 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -210,7 +210,7 @@ CONFIGURE_ARGS+=--with-mnogosearch=${LOCALBASE} .endif .if ${PHP_MODNAME} == "mssql" -LIB_DEPENDS+= sybdb.4:${PORTSDIR}/databases/freetds-msdblib +LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds-msdblib CONFIGURE_ARGS+=--with-mssql=${LOCALBASE} .endif @@ -311,7 +311,7 @@ CONFIGURE_ARGS+=--enable-sockets .endif .if ${PHP_MODNAME} == "sybase_ct" -LIB_DEPENDS+= ct.2:${PORTSDIR}/databases/freetds +LIB_DEPENDS+= ct.3:${PORTSDIR}/databases/freetds CONFIGURE_ARGS+=--with-sybase-ct=${LOCALBASE} .endif diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index a17595b..43ff55c 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -198,7 +198,7 @@ CONFIGURE_ARGS+=--with-mnogosearch=${LOCALBASE} .endif .if ${PHP_MODNAME} == "mssql" -LIB_DEPENDS+= sybdb.4:${PORTSDIR}/databases/freetds-msdblib +LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds-msdblib CONFIGURE_ARGS+=--with-mssql=${LOCALBASE} .endif @@ -330,7 +330,7 @@ OPTIONS= UTF8 "Enable UTF-8 support" off .endif .if ${PHP_MODNAME} == "sybase_ct" -LIB_DEPENDS+= ct.2:${PORTSDIR}/databases/freetds +LIB_DEPENDS+= ct.3:${PORTSDIR}/databases/freetds CONFIGURE_ARGS+=--with-sybase-ct=${LOCALBASE} .endif diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index a17595b..43ff55c 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -198,7 +198,7 @@ CONFIGURE_ARGS+=--with-mnogosearch=${LOCALBASE} .endif .if ${PHP_MODNAME} == "mssql" -LIB_DEPENDS+= sybdb.4:${PORTSDIR}/databases/freetds-msdblib +LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds-msdblib CONFIGURE_ARGS+=--with-mssql=${LOCALBASE} .endif @@ -330,7 +330,7 @@ OPTIONS= UTF8 "Enable UTF-8 support" off .endif .if ${PHP_MODNAME} == "sybase_ct" -LIB_DEPENDS+= ct.2:${PORTSDIR}/databases/freetds +LIB_DEPENDS+= ct.3:${PORTSDIR}/databases/freetds CONFIGURE_ARGS+=--with-sybase-ct=${LOCALBASE} .endif |