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>
This commit is contained in:
Bill Fumerola 1998-11-25 22:37:19 +00:00
parent a861b8de95
commit c596722b8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14905
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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