diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-25 14:03:42 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-25 14:03:42 +0000 |
commit | 092dff0448049dbc3304975b55020c0ffba50238 (patch) | |
tree | fb41d8b78549d924ccb18a66a7a7923b94ad3c19 | |
parent | bf2f175b19d35dd236bc9a68d98e48edfbfb4af1 (diff) | |
download | ports-092dff0448049dbc3304975b55020c0ffba50238.tar.gz ports-092dff0448049dbc3304975b55020c0ffba50238.zip |
Notes
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
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\" |