diff options
author | billf <billf@FreeBSD.org> | 1998-11-26 06:37:19 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-11-26 06:37:19 +0800 |
commit | c27e9f5dfa0112390a20fa6c73401b7f67973143 (patch) | |
tree | 4f8fcef8ec5adaba7a55932825b0725902efe412 /www/mod_php3 | |
parent | 8a05dfe5b18df7a2fcb2a01fad269bf03ce7bb96 (diff) | |
download | freebsd-ports-gnome-c27e9f5dfa0112390a20fa6c73401b7f67973143.tar.gz freebsd-ports-gnome-c27e9f5dfa0112390a20fa6c73401b7f67973143.tar.zst freebsd-ports-gnome-c27e9f5dfa0112390a20fa6c73401b7f67973143.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>
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 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 |