summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-11-18 23:08:31 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-11-18 23:08:31 +0000
commitfd10342fed367836cb381ae054203645e4235016 (patch)
tree1ed9b17f28e0f8629921d86307bfc9bddf0a5a13 /www
parentgraphics/gd does not install shared libraries any longer, so use (diff)
graphics/gd does not install shared libraries any longer, so use
BUILD_DEPENDS instead of LIB_DEPENDS.
Notes
Notes: svn path=/head/; revision=23190
Diffstat (limited to 'www')
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 76c467e782fb..96591e517fe4 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 76c467e782fb..96591e517fe4 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
;;