diff options
author | ale <ale@FreeBSD.org> | 2004-07-21 07:04:13 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-21 07:04:13 +0800 |
commit | 220d66c169f247e8a07ac739f0b97bb98772488a (patch) | |
tree | 8009702c020fbbf79182de18f16adb109cd96216 /lang/php53 | |
parent | 7cd48916f7d99e5812c8d54a893f0d1cce1ccdfd (diff) | |
download | freebsd-ports-gnome-220d66c169f247e8a07ac739f0b97bb98772488a.tar.gz freebsd-ports-gnome-220d66c169f247e8a07ac739f0b97bb98772488a.tar.zst freebsd-ports-gnome-220d66c169f247e8a07ac739f0b97bb98772488a.zip |
Remove the old-and-broken sybase (DB-lib) extension and point users to
the new-and-working sybase (CT-lib) extension.
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 313db804cc85..fe3dde6eb774 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/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 |