diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-20 23:04:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-20 23:04:13 +0000 |
commit | 24b3b2d538a965fab545ce56903fa740225d9ec5 (patch) | |
tree | 8e9060203a14da778ee65527743ed42ba3fc5ee0 /lang/php5 | |
parent | Drop maintainership (diff) |
Remove the old-and-broken sybase (DB-lib) extension and point users to
the new-and-working sybase (CT-lib) extension.
Notes
Notes:
svn path=/head/; revision=114315
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 313db804cc85..fe3dde6eb774 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -322,12 +322,6 @@ PHP_HEADER_DIRS=libsqlite/src OPTIONS= UTF8 "Enable UTF-8 support" off .endif -.if ${PHP_MODNAME} == "sybase" -LIB_DEPENDS+= sybdb.4:${PORTSDIR}/databases/freetds - -CONFIGURE_ARGS+=--with-sybase=${LOCALBASE} -.endif - .if ${PHP_MODNAME} == "sybase_ct" LIB_DEPENDS+= ct.2:${PORTSDIR}/databases/freetds |