aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php5
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-27 22:13:06 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-27 22:13:06 +0000
commit09932b835d29c14d6211c1e8b27967c412fc4b38 (patch)
treed5fd3137128e825b260e36ab507472409df4e6b6 /www/mod_php5
parent822f6f827a86d1e66a85cfa77ebc4c157d0be1ff (diff)
downloadports-09932b835d29c14d6211c1e8b27967c412fc4b38.tar.gz
ports-09932b835d29c14d6211c1e8b27967c412fc4b38.zip
Notes
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index aed2339d14f2..70df22e543fa 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -59,7 +59,7 @@ while [ "$1" ]; do
echo "GD is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
- 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
;;