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/php4 | |
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/php4')
-rw-r--r-- | lang/php4/Makefile.ext | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index f2a44a29a45b..ee4425901830 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -306,12 +306,6 @@ OPTIONS= SNMP4 "Use old UCD SNMP instead of the new NET SNMP" off CONFIGURE_ARGS+=--enable-sockets .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 |