aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php3
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-28 06:13:06 +0800
committersteve <steve@FreeBSD.org>1999-12-28 06:13:06 +0800
commit13a586e5f3bafdd5af0063fde76d0a95601e9b5c (patch)
tree1ed46793da5caeb36d9c981fbcd3cb3dad17495b /www/mod_php3
parente477d613762553685ed706f4fac885cdafaedbfb (diff)
downloadfreebsd-ports-gnome-13a586e5f3bafdd5af0063fde76d0a95601e9b5c.tar.gz
freebsd-ports-gnome-13a586e5f3bafdd5af0063fde76d0a95601e9b5c.tar.zst
freebsd-ports-gnome-13a586e5f3bafdd5af0063fde76d0a95601e9b5c.zip
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')
-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
;;