A couple of more ports that now need to LIB_DEPEND on the gd port.

Noticed by:	Ade Lovett <ade@lovett.com>
This commit is contained in:
Steve Price 1999-12-27 22:13:06 +00:00
parent 822f6f827a
commit 09932b835d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24179
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,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
;;

View File

@ -59,7 +59,7 @@ while [ "$1" ]; do
echo "GD is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
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
;;

View File

@ -59,7 +59,7 @@ while [ "$1" ]; do
echo "GD is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
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
;;