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 0d28f20c2e5b..2cc862826cc7 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -199,12 +199,6 @@ LIB_DEPENDS+= mhash.2:${PORTSDIR}/security/mhash CONFIGURE_ARGS+=--with-mhash=${LOCALBASE} .endif -.if ${PHP_MODNAME} == "mnogosearch" -LIB_DEPENDS+= udmsearch.1:${PORTSDIR}/www/mnogosearch31 - -CONFIGURE_ARGS+=--with-mnogosearch=${LOCALBASE} -.endif - .if ${PHP_MODNAME} == "mssql" LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds-msdblib |