diff options
author | dirk <dirk@FreeBSD.org> | 1999-11-25 22:03:42 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-11-25 22:03:42 +0800 |
commit | 9112fcd1d9a69d10a04feb016c33a4b8abd6711b (patch) | |
tree | b03cf7ab3897be6b7b83307425165f3579ef97ca /www/mod_php5 | |
parent | 3ed8c50adea626197fe04fe368631ef9efb19832 (diff) | |
download | freebsd-ports-gnome-9112fcd1d9a69d10a04feb016c33a4b8abd6711b.tar.gz freebsd-ports-gnome-9112fcd1d9a69d10a04feb016c33a4b8abd6711b.tar.zst freebsd-ports-gnome-9112fcd1d9a69d10a04feb016c33a4b8abd6711b.zip |
Bump freetype's shared library number.
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 39c497cf1037..aed2339d14f2 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -67,7 +67,7 @@ while [ "$1" ]; do echo "FreeType is DISABLED for now. Ignoring." > /dev/stderr ;; \"nothing\") - echo "LIB_DEPENDS+= ttf.3:\${PORTSDIR}/print/freetype" + echo "LIB_DEPENDS+= ttf.4:\${PORTSDIR}/print/freetype" echo "PHP_CONF_ARGS+= --with-ttf=\${PREFIX}" if [ -z "$GD" ]; then set $* \"GD\" |