summaryrefslogtreecommitdiffstats
path: root/www/mod_php5
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-11-18 23:08:31 +0000
committerdirk <dirk@FreeBSD.org>1999-11-18 23:08:31 +0000
commitf294d74918a7737f84160b1a2e41a7e84713d811 (patch)
tree02b387c4cabca948101f7830d1044fb3d2a26b7b /www/mod_php5
parentd0291d1ec63b2156732d690bf2fbd71526d8e817 (diff)
downloadFreeBSD-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.php2
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
;;
OpenPOWER on IntegriCloud