diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-06-06 20:45:50 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-06-06 20:45:50 +0000 |
commit | 509e68c22b6b947a6676af445978417c963cc871 (patch) | |
tree | b884bf6c06eea290e71a7f8d746e03531e9d8697 /www/mod_php5 | |
parent | Update to version 21.1.10. (diff) |
Update LIB_DEPENDS for gd: gd.0 -> gd.1.
Notes
Notes:
svn path=/head/; revision=29276
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 03b51e5ace1b..b01f598c0d4d 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/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 ;; |