aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5
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/mod_php5
parent0d284fa4c2d2c33c47ba4ece3ecc273c50749308 (diff)
downloadfreebsd-ports-gnome-ae421b60b36d30d09b4095f14e42f8f8cc8717de.tar.gz
freebsd-ports-gnome-ae421b60b36d30d09b4095f14e42f8f8cc8717de.tar.zst
freebsd-ports-gnome-ae421b60b36d30d09b4095f14e42f8f8cc8717de.zip
Bump the freetype2 library version in a couple of ports sobomax missed.
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 21b379e34b9f..98c34a56224e 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} \\"