summaryrefslogtreecommitdiff
path: root/www/mod_php4/scripts/configure.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-rw-r--r--www/mod_php4/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index fa4d4bbedd1a..eb2c77297273 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -49,7 +49,7 @@ while [ "$1" ]; do
echo "APACHE_PERF_TUNING= YES"
;;
\"GD\")
- echo "BUILD_DEPENDS+= \${PREFIX}/lib/libgd.a:\${PORTSDIR}/graphics/gd"
+ echo "LIB_DEPENDS+= gd.0:\${PORTSDIR}/graphics/gd"
echo "PHP_CONF_ARGS+= --with-gd=\${PREFIX}"
GD=1
;;