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