aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2002-03-12 19:51:15 +0800
committerroam <roam@FreeBSD.org>2002-03-12 19:51:15 +0800
commitae421b60b36d30d09b4095f14e42f8f8cc8717de (patch)
tree89625a5e0c03d19db137aec49a548977cc8fe67f /www
parent0d284fa4c2d2c33c47ba4ece3ecc273c50749308 (diff)
downloadfreebsd-ports-graphics-ae421b60b36d30d09b4095f14e42f8f8cc8717de.tar.gz
freebsd-ports-graphics-ae421b60b36d30d09b4095f14e42f8f8cc8717de.tar.zst
freebsd-ports-graphics-ae421b60b36d30d09b4095f14e42f8f8cc8717de.zip
Bump the freetype2 library version in a couple of ports sobomax missed.
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 21b379e34b9..98c34a56224 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -80,7 +80,7 @@ while [ "$1" ]; do
case $1 in
\"GD\")
echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd"
- echo "LIB_DEPENDS+= freetype.8:\${PORTSDIR}/print/freetype2"
+ echo "LIB_DEPENDS+= freetype.9:\${PORTSDIR}/print/freetype2"
echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png"
echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg"
echo "CONFIGURE_ARGS+=--with-gd=\${LOCALBASE} \\"
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 21b379e34b9..98c34a56224 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -80,7 +80,7 @@ while [ "$1" ]; do
case $1 in
\"GD\")
echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd"
- echo "LIB_DEPENDS+= freetype.8:\${PORTSDIR}/print/freetype2"
+ echo "LIB_DEPENDS+= freetype.9:\${PORTSDIR}/print/freetype2"
echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png"
echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg"
echo "CONFIGURE_ARGS+=--with-gd=\${LOCALBASE} \\"