diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 05:52:37 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 05:52:37 +0000 |
commit | b848f80febcdadfa6dafe3880c418776994af3b5 (patch) | |
tree | edd8a0711e38bbe307fbbcad6966d2580fe39b68 /www/mod_php5/scripts | |
parent | o Add Big5 IME support. (diff) |
Bump png major
Diffstat (limited to 'www/mod_php5/scripts')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 8a6e4022dd64..1eb9b3ee33c1 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -74,7 +74,7 @@ while [ "$1" ]; do \"GD\") echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd" echo "LIB_DEPENDS+= freetype.7:\${PORTSDIR}/print/freetype2" - echo "LIB_DEPENDS+= png.4:\${PORTSDIR}/graphics/png" + echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png" echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg" echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX} \\" echo " --with-freetype-dir=\${PREFIX} \\" |