diff options
Diffstat (limited to 'lang/php4/Makefile.ext')
-rw-r--r-- | lang/php4/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 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 |