diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 13:52:37 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 13:52:37 +0800 |
commit | 256ec1a62e909a7a867cd42e388bfae75cfe7078 (patch) | |
tree | b0c556ee9f0b01bd7f89198cd5f9e4e9b1e30a0a /www/mod_php5 | |
parent | ec2f20952ddf4c8fcc1f446a72f0529d1b7c3489 (diff) | |
download | freebsd-ports-gnome-256ec1a62e909a7a867cd42e388bfae75cfe7078.tar.gz freebsd-ports-gnome-256ec1a62e909a7a867cd42e388bfae75cfe7078.tar.zst freebsd-ports-gnome-256ec1a62e909a7a867cd42e388bfae75cfe7078.zip |
Bump png major
Diffstat (limited to 'www/mod_php5')
-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} \\" |