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:
parent
822f6f827a
commit
09932b835d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24179
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user