diff options
author | swills <swills@FreeBSD.org> | 2011-08-08 11:43:03 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-08 11:43:03 +0800 |
commit | 06d7eba040677c5293b29054ce49223751fa4725 (patch) | |
tree | 39bf74dc48ba3791423f8c2d444bf05ad8112e75 /lang/php52 | |
parent | 40fb62dffcaf546207a0ad11d18e189e77a8837f (diff) | |
download | freebsd-ports-gnome-06d7eba040677c5293b29054ce49223751fa4725.tar.gz freebsd-ports-gnome-06d7eba040677c5293b29054ce49223751fa4725.tar.zst freebsd-ports-gnome-06d7eba040677c5293b29054ce49223751fa4725.zip |
- Chase libming shared lib bump
Diffstat (limited to 'lang/php52')
-rw-r--r-- | lang/php52/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php52/Makefile.ext b/lang/php52/Makefile.ext index 0b08c68e2386..8fe58be1d3e5 100644 --- a/lang/php52/Makefile.ext +++ b/lang/php52/Makefile.ext @@ -192,7 +192,7 @@ CONFIGURE_ARGS+=--with-mhash=${LOCALBASE} .endif .if ${PHP_MODNAME} == "ming" -LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming +LIB_DEPENDS+= ming.5:${PORTSDIR}/graphics/ming CONFIGURE_ARGS+=--with-ming=${LOCALBASE} .endif |