diff options
Diffstat (limited to 'lang/php53/Makefile.ext')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 01f62c8d8a4d..fb580dc518e8 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -192,7 +192,7 @@ CONFIGURE_ARGS+=--with-ming=${LOCALBASE} .endif .if ${PHP_MODNAME} == "mnogosearch" -LIB_DEPENDS+= udmsearch.1:${PORTSDIR}/www/mnogosearch +LIB_DEPENDS+= udmsearch.1:${PORTSDIR}/www/mnogosearch31 CONFIGURE_ARGS+=--with-mnogosearch=${LOCALBASE} .endif |