aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php3
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-07-03 17:54:36 +0800
committerdirk <dirk@FreeBSD.org>1999-07-03 17:54:36 +0800
commit0206fbc16f302aab69a294666242a0f980c78ba5 (patch)
tree986a771029c3e37a814b7d713a4ae3081540d4ca /www/mod_php3
parent50f50496a1bb7696c150c17454ae897c39dedf46 (diff)
downloadfreebsd-ports-gnome-0206fbc16f302aab69a294666242a0f980c78ba5.tar.gz
freebsd-ports-gnome-0206fbc16f302aab69a294666242a0f980c78ba5.tar.zst
freebsd-ports-gnome-0206fbc16f302aab69a294666242a0f980c78ba5.zip
Add --with-ttf to PHP3_CONF_ARGS when using FreeType.
Problem Reported by: Andre Shimakawa <shimakaw@cba.zaz.com.br>
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/scripts/configure.php1
1 files changed, 1 insertions, 0 deletions
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