summaryrefslogtreecommitdiff
path: root/www/mod_php3/scripts
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_php3/scripts
parentUpdate to version 0.99.2. NOTE: I added a BUILD and RUN_DEPENDS on (diff)
A couple of more ports that now need to LIB_DEPEND on the gd port.
Noticed by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'www/mod_php3/scripts')
-rw-r--r--www/mod_php3/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 9facb7b75021..14af329e52ee 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -56,7 +56,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
;;