summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2002-01-21 12:36:17 +0000
committerdirk <dirk@FreeBSD.org>2002-01-21 12:36:17 +0000
commit2ee80a5d79de61e24e9b887aa850891152c0a9a3 (patch)
treebfc8ec37d8909fadb442c05e253d1e50c3337a21
parentaaa1d75f13ba10465b36c38b0012f03e330b2275 (diff)
downloadFreeBSD-ports-2ee80a5d79de61e24e9b887aa850891152c0a9a3.zip
FreeBSD-ports-2ee80a5d79de61e24e9b887aa850891152c0a9a3.tar.gz
Chase freetype's shared library number.
-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 ed74b8d..47d7068 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} \\"
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index ed74b8d..47d7068 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.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} \\"
OpenPOWER on IntegriCloud