diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2002-03-12 11:51:15 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2002-03-12 11:51:15 +0000 |
commit | 22a46c2ad6f88f0844196ec8ecec04e8eb72fee1 (patch) | |
tree | 1dacd5a7841fc956485500bdfd43f94fdad57ed4 /www/mod_php4 | |
parent | Correct checksum for Alpha zlib package. (diff) |
Bump the freetype2 library version in a couple of ports sobomax missed.
Notes
Notes:
svn path=/head/; revision=55930
Diffstat (limited to 'www/mod_php4')
-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 21b379e34b9f..98c34a56224e 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -80,7 +80,7 @@ while [ "$1" ]; do case $1 in \"GD\") echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd" - echo "LIB_DEPENDS+= freetype.8:\${PORTSDIR}/print/freetype2" + echo "LIB_DEPENDS+= freetype.9:\${PORTSDIR}/print/freetype2" echo "LIB_DEPENDS+= png.5:\${PORTSDIR}/graphics/png" echo "LIB_DEPENDS+= jpeg.9:\${PORTSDIR}/graphics/jpeg" echo "CONFIGURE_ARGS+=--with-gd=\${LOCALBASE} \\" |