diff options
author | dirk <dirk@FreeBSD.org> | 1999-08-24 16:13:22 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-08-24 16:13:22 +0800 |
commit | 8c8fc5b0ea8944f0d4b96149caa3d77d305468b1 (patch) | |
tree | ceb660b3a88321fcd05ec6286e2361cc79f166f5 /www/mod_php4 | |
parent | a1be415659cf78e87459517bc38ff42816ea8cab (diff) | |
download | freebsd-ports-gnome-8c8fc5b0ea8944f0d4b96149caa3d77d305468b1.tar.gz freebsd-ports-gnome-8c8fc5b0ea8944f0d4b96149caa3d77d305468b1.tar.zst freebsd-ports-gnome-8c8fc5b0ea8944f0d4b96149caa3d77d305468b1.zip |
gd is build as a shared lib, too, so use LIB_DEPENDS instead of
BUILD_DEPENDS.
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 fa4d4bbedd1a..eb2c77297273 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -49,7 +49,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 ;; |