From 09932b835d29c14d6211c1e8b27967c412fc4b38 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 27 Dec 1999 22:13:06 +0000 Subject: A couple of more ports that now need to LIB_DEPEND on the gd port. Noticed by: Ade Lovett --- www/mod_php3/scripts/configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mod_php3/scripts') 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 ;; -- cgit v1.2.3