From 66d03d0ee3003a09544e6ef009fc36838806c323 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sat, 3 Jul 1999 09:54:36 +0000 Subject: Add --with-ttf to PHP3_CONF_ARGS when using FreeType. Problem Reported by: Andre Shimakawa --- www/mod_php3/scripts/configure.php | 1 + 1 file changed, 1 insertion(+) (limited to 'www/mod_php3') diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 215b8a162c71..8773fc0bed15 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -55,6 +55,7 @@ while [ "$1" ]; do ;; \"FreeType\") echo "LIB_DEPENDS+= ttf.3:\${PORTSDIR}/print/freetype" + echo "PHP3_CONF_ARGS+= --with-ttf=\${PREFIX}" if [ -z "$GD" ]; then set $* \"GD\" fi -- cgit v1.2.3