diff options
Diffstat (limited to 'www/mod_php4/scripts')
| -rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 03b51e5ace1b..b01f598c0d4d 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -54,7 +54,7 @@ exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc  while [ "$1" ]; do  	case $1 in  		\"GD\") -			echo "LIB_DEPENDS+=	gd.0:\${PORTSDIR}/graphics/gd" +			echo "LIB_DEPENDS+=	gd.1:\${PORTSDIR}/graphics/gd"  			echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX}"  			GD=1  			;; | 
