diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-13 22:14:59 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-13 22:14:59 +0800 |
commit | 74ea5fb08222f139ede045a01a8dada779b0fd31 (patch) | |
tree | c39fc4177a79ca87e972087ec70f92e9f35bf100 /www/mod_php5 | |
parent | 01a0a5978ec97264387d2ce39025d1d1e5a89061 (diff) | |
download | freebsd-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.php | 2 |
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 |