From 3ab07c1047b9a678b865a3d74c1ddd0269b4b4ed Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Thu, 15 Feb 2001 12:01:58 +0000 Subject: graphics/gd installs libgd.so.2, now. --- www/mod_php3/scripts/configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mod_php3') diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 58933f3451ae..9d54c3db639f 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -55,7 +55,7 @@ exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc while [ "$1" ]; do case $1 in \"GD\") - echo "LIB_DEPENDS+= gd.1:\${PORTSDIR}/graphics/gd" + echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd" echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX}" GD=1 ;; -- cgit v1.2.3