From 4dbbe22e304dbc2318fdff3f6be9561e4f7b931e Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 12 Apr 2006 15:24:13 +0000 Subject: [PATCH] Bump ming shared library version after recent update. Spotted by: Gianpaolo Del Matto --- lang/php4/Makefile.ext | 2 +- lang/php5/Makefile.ext | 2 +- lang/php53/Makefile.ext | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 93965bd2791b..a504f06bdc04 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -200,7 +200,7 @@ CONFIGURE_ARGS+=--with-mhash=${LOCALBASE} .endif .if ${PHP_MODNAME} == "ming" -LIB_DEPENDS+= ming.3:${PORTSDIR}/graphics/ming +LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming CONFIGURE_ARGS+=--with-ming=${LOCALBASE} .endif diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index d76eefa7b8c0..1fdf314e3719 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -172,7 +172,7 @@ CONFIGURE_ARGS+=--with-mhash=${LOCALBASE} .endif .if ${PHP_MODNAME} == "ming" -LIB_DEPENDS+= ming.3:${PORTSDIR}/graphics/ming +LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming CONFIGURE_ARGS+=--with-ming=${LOCALBASE} .endif diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index d76eefa7b8c0..1fdf314e3719 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -172,7 +172,7 @@ CONFIGURE_ARGS+=--with-mhash=${LOCALBASE} .endif .if ${PHP_MODNAME} == "ming" -LIB_DEPENDS+= ming.3:${PORTSDIR}/graphics/ming +LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming CONFIGURE_ARGS+=--with-ming=${LOCALBASE} .endif