diff options
author | dirk <dirk@FreeBSD.org> | 1999-11-19 07:08:31 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-11-19 07:08:31 +0800 |
commit | f294d74918a7737f84160b1a2e41a7e84713d811 (patch) | |
tree | 02b387c4cabca948101f7830d1044fb3d2a26b7b /www | |
parent | d0291d1ec63b2156732d690bf2fbd71526d8e817 (diff) | |
download | freebsd-ports-graphics-f294d74918a7737f84160b1a2e41a7e84713d811.tar.gz freebsd-ports-graphics-f294d74918a7737f84160b1a2e41a7e84713d811.tar.zst freebsd-ports-graphics-f294d74918a7737f84160b1a2e41a7e84713d811.zip |
graphics/gd does not install shared libraries any longer, so use
BUILD_DEPENDS instead of LIB_DEPENDS.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 76c467e782f..96591e517fe 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/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 ;; diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 76c467e782f..96591e517fe 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 ;; |