summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-13 14:14:59 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-13 14:14:59 +0000
commit66865b76366b744c5496efed5ad8cb575bf9d09b (patch)
tree45658be36fd2b49875d6cd3004bb04ed178a7ab8 /www
parentActivate p5-type1inst (diff)
More TTF fixes.
Pointed out by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Notes
Notes: svn path=/head/; revision=15330
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/scripts/configure.php2
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 25b8ca15b001..8241d9244726 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -47,7 +47,7 @@ while [ "$1" ]; do
GD=1
;;
\"FreeType\")
- echo "LIB_DEPENDS+= ttf.2:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
+ echo "LIB_DEPENDS+= ttf.3:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
if [ -z "$GD" ]; then
set $* \"GD\"
fi
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 25b8ca15b001..8241d9244726 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -47,7 +47,7 @@ while [ "$1" ]; do
GD=1
;;
\"FreeType\")
- echo "LIB_DEPENDS+= ttf.2:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
+ echo "LIB_DEPENDS+= ttf.3:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
if [ -z "$GD" ]; then
set $* \"GD\"
fi
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 25b8ca15b001..8241d9244726 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -47,7 +47,7 @@ while [ "$1" ]; do
GD=1
;;
\"FreeType\")
- echo "LIB_DEPENDS+= ttf.2:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
+ echo "LIB_DEPENDS+= ttf.3:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
if [ -z "$GD" ]; then
set $* \"GD\"
fi