diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 05:52:37 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 05:52:37 +0000 |
commit | 256ec1a62e909a7a867cd42e388bfae75cfe7078 (patch) | |
tree | b0c556ee9f0b01bd7f89198cd5f9e4e9b1e30a0a /www/mod_php4 | |
parent | ec2f20952ddf4c8fcc1f446a72f0529d1b7c3489 (diff) | |
download | FreeBSD-ports-256ec1a62e909a7a867cd42e388bfae75cfe7078.zip FreeBSD-ports-256ec1a62e909a7a867cd42e388bfae75cfe7078.tar.gz |
Bump png major
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 8a6e402..1eb9b3e 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/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} \\" |