diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 22:13:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 22:13:06 +0000 |
commit | 09932b835d29c14d6211c1e8b27967c412fc4b38 (patch) | |
tree | d5fd3137128e825b260e36ab507472409df4e6b6 /www/mod_php4 | |
parent | 822f6f827a86d1e66a85cfa77ebc4c157d0be1ff (diff) |
Notes
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index aed2339d14f2..70df22e543fa 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/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 ;; |