From 74ea5fb08222f139ede045a01a8dada779b0fd31 Mon Sep 17 00:00:00 2001 From: jseger Date: Sun, 13 Dec 1998 14:14:59 +0000 Subject: More TTF fixes. Pointed out by: Dirk Froemberg --- www/mod_php5/scripts/configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mod_php5') 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 -- cgit