diff options
author | steve <steve@FreeBSD.org> | 1999-12-28 06:13:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-28 06:13:06 +0800 |
commit | 13a586e5f3bafdd5af0063fde76d0a95601e9b5c (patch) | |
tree | 1ed46793da5caeb36d9c981fbcd3cb3dad17495b /www/mod_php3 | |
parent | e477d613762553685ed706f4fac885cdafaedbfb (diff) | |
download | freebsd-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.php | 2 |
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 ;; |