diff options
author | dirk <dirk@FreeBSD.org> | 2002-01-21 20:36:17 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-01-21 20:36:17 +0800 |
commit | 2ee80a5d79de61e24e9b887aa850891152c0a9a3 (patch) | |
tree | bfc8ec37d8909fadb442c05e253d1e50c3337a21 /www | |
parent | aaa1d75f13ba10465b36c38b0012f03e330b2275 (diff) | |
download | freebsd-ports-gnome-2ee80a5d79de61e24e9b887aa850891152c0a9a3.tar.gz freebsd-ports-gnome-2ee80a5d79de61e24e9b887aa850891152c0a9a3.tar.zst freebsd-ports-gnome-2ee80a5d79de61e24e9b887aa850891152c0a9a3.zip |
Chase freetype's shared library number.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index ed74b8d959d1..47d7068725f6 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.7:\${PORTSDIR}/print/freetype2" + echo "LIB_DEPENDS+= freetype.8:\${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} \\" diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index ed74b8d959d1..47d7068725f6 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/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.7:\${PORTSDIR}/print/freetype2" + echo "LIB_DEPENDS+= freetype.8:\${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} \\" |