summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-11-25 14:03:42 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-11-25 14:03:42 +0000
commit092dff0448049dbc3304975b55020c0ffba50238 (patch)
treefb41d8b78549d924ccb18a66a7a7923b94ad3c19 /www
parentUpgrade to mod_ssl 2.4.9. (diff)
Bump freetype's shared library number.
Notes
Notes: svn path=/head/; revision=23324
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/scripts/configure.php2
-rw-r--r--www/mod_php4/scripts/configure.php2
-rw-r--r--www/mod_php5/scripts/configure.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 2e0771f480f3..9facb7b75021 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -61,7 +61,7 @@ while [ "$1" ]; do
GD=1
;;
\"FreeType\")
- 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\"
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 39c497cf1037..aed2339d14f2 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/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\"
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\"