diff options
author | ale <ale@FreeBSD.org> | 2006-04-12 23:24:13 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-04-12 23:24:13 +0800 |
commit | 5c84b69f589e164aa50a1a7b011f55f35cbf7e1f (patch) | |
tree | 5dec2134223a1ad1f32ec057de81c28daa605b73 /lang/php53 | |
parent | 9fb35c94510b9b0d39974067c9ca3a7610dbbaf4 (diff) | |
download | freebsd-ports-gnome-5c84b69f589e164aa50a1a7b011f55f35cbf7e1f.tar.gz freebsd-ports-gnome-5c84b69f589e164aa50a1a7b011f55f35cbf7e1f.tar.zst freebsd-ports-gnome-5c84b69f589e164aa50a1a7b011f55f35cbf7e1f.zip |
Bump ming shared library version after recent update.
Spotted by: Gianpaolo Del Matto <gianpaolo.delmatto@genotec.ch>
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 |