aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2002-01-21 12:36:17 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2002-01-21 12:36:17 +0000
commit729d7172c3e2a22bccd740d3814d079d8fd2abe2 (patch)
tree751e04e7d9ce642e30bb5fc726a17c598464007b /www/mod_php4
parent01f469b2cbac39bb76953125f3427244926ef2b5 (diff)
downloadports-729d7172c3e2a22bccd740d3814d079d8fd2abe2.tar.gz
ports-729d7172c3e2a22bccd740d3814d079d8fd2abe2.zip
Chase freetype's shared library number.
Notes
Notes: svn path=/head/; revision=53449
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index ed74b8d959d1..47d7068725f6 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.7:\${PORTSDIR}/print/freetype2"
+ echo "LIB_DEPENDS+= freetype.8:\${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} \\"