Fix the autogenerated LIB_DEPENDS for TCL.

PR:		ports/27416
Submitted by:	girgen@partitur.se (the maintainer)
This commit is contained in:
Mikhail Teterin
2001-05-18 01:30:20 +00:00
parent 56a7cc4a62
commit 8367fe1128
14 changed files with 14 additions and 14 deletions

View File

@@ -220,7 +220,7 @@ if [ "${TCL}" ]; then
exit 1
;;
esac
echo WITH_TCL=\"$1\" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
echo WITH_TCL=$1 >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
fi
cat <<-EOF >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
CONFIGURE_ARGS+= --with-tcl --with-tclconfig="\${TCLCONFIG}"