diff options
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 |