aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-12-13 22:14:59 +0800
committerjseger <jseger@FreeBSD.org>1998-12-13 22:14:59 +0800
commit74ea5fb08222f139ede045a01a8dada779b0fd31 (patch)
treec39fc4177a79ca87e972087ec70f92e9f35bf100 /www/mod_php5
parent01a0a5978ec97264387d2ce39025d1d1e5a89061 (diff)
downloadfreebsd-ports-gnome-74ea5fb08222f139ede045a01a8dada779b0fd31.tar.gz
freebsd-ports-gnome-74ea5fb08222f139ede045a01a8dada779b0fd31.tar.zst
freebsd-ports-gnome-74ea5fb08222f139ede045a01a8dada779b0fd31.zip
More TTF fixes.
Pointed out by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
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 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