summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
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 807b6cdd730f..25b8ca15b001 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -47,7 +47,7 @@ while [ "$1" ]; do
GD=1
;;
\"FreeType\")
- echo "LIB_DEPENDS+= ttf\\\\.2\\\\.:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
+ echo "LIB_DEPENDS+= ttf.2:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
if [ -z "$GD" ]; then
set $* \"GD\"
fi
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 807b6cdd730f..25b8ca15b001 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -47,7 +47,7 @@ while [ "$1" ]; do
GD=1
;;
\"FreeType\")
- echo "LIB_DEPENDS+= ttf\\\\.2\\\\.:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
+ echo "LIB_DEPENDS+= ttf.2:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
if [ -z "$GD" ]; then
set $* \"GD\"
fi
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 807b6cdd730f..25b8ca15b001 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -47,7 +47,7 @@ while [ "$1" ]; do
GD=1
;;
\"FreeType\")
- echo "LIB_DEPENDS+= ttf\\\\.2\\\\.:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
+ echo "LIB_DEPENDS+= ttf.2:\${PORTSDIR}/print/freetype" >> ${CURDIR}/Makefile.inc
if [ -z "$GD" ]; then
set $* \"GD\"
fi