diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-25 22:37:19 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-25 22:37:19 +0000 |
commit | c596722b8ea0a0468e9c9df9313a83008cac2aed (patch) | |
tree | 318e55662e520ce8a8baf1a9b6c3e0645a205f70 /www | |
parent | a861b8de95c788e266e55af56a0b0533a25cda70 (diff) | |
download | ports-c596722b8ea0a0468e9c9df9313a83008cac2aed.tar.gz ports-c596722b8ea0a0468e9c9df9313a83008cac2aed.zip |
Whoops! This script has a LIB_DEPENDS that didn't have it's regexp
information removed, and thus breaks on an ELF system. Removed the regexp
support.
PR: ports/8808
Submitted by: Palle Girgensohn <girgen@partiutur.se>
Notes
Notes:
svn path=/head/; revision=14905
Diffstat (limited to 'www')
-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 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 |