diff options
author | dirk <dirk@FreeBSD.org> | 1999-11-18 23:08:31 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-11-18 23:08:31 +0000 |
commit | f294d74918a7737f84160b1a2e41a7e84713d811 (patch) | |
tree | 02b387c4cabca948101f7830d1044fb3d2a26b7b /www/mod_php5 | |
parent | d0291d1ec63b2156732d690bf2fbd71526d8e817 (diff) | |
download | FreeBSD-ports-f294d74918a7737f84160b1a2e41a7e84713d811.zip FreeBSD-ports-f294d74918a7737f84160b1a2e41a7e84713d811.tar.gz |
graphics/gd does not install shared libraries any longer, so use
BUILD_DEPENDS instead of LIB_DEPENDS.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 76c467e..96591e5 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -59,7 +59,7 @@ while [ "$1" ]; do echo "GD is DISABLED for now. Ignoring." > /dev/stderr ;; \"nothing\") - echo "LIB_DEPENDS+= gd.0:\${PORTSDIR}/graphics/gd" + echo "BUILD_DEPENDS+= \${PREFIX}/lib/libgd.a:\${PORTSDIR}/graphics/gd" echo "PHP_CONF_ARGS+= --with-gd=\${PREFIX}" GD=1 ;; |