diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-04-12 15:24:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-04-12 15:24:13 +0000 |
commit | 4dbbe22e304dbc2318fdff3f6be9561e4f7b931e (patch) | |
tree | a866ce1c62c4dae75e0eb44b198b19d6b49334b9 /lang/php53 | |
parent | 156a499874a49e473cb568a663bcf6f0ad26ca90 (diff) | |
download | ports-4dbbe22e304dbc2318fdff3f6be9561e4f7b931e.tar.gz ports-4dbbe22e304dbc2318fdff3f6be9561e4f7b931e.zip |
Notes
Diffstat (limited to 'lang/php53')
-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 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 |