diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 20:52:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 20:52:52 +0000 |
commit | 365c91719d7edc9bed5183531224cb2641817f8a (patch) | |
tree | 341bdccb87e3ffe43692e7934c8885edab41dee8 /lang/php53 | |
parent | e9797ba0448916351e68f393ee975eb56b236375 (diff) | |
download | ports-365c91719d7edc9bed5183531224cb2641817f8a.tar.gz ports-365c91719d7edc9bed5183531224cb2641817f8a.zip |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index a17595bec209..43ff55cb36e1 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 |