From ad7a93297dd943f347ae749345641f464a986443 Mon Sep 17 00:00:00 2001 From: mrauch Date: Sat, 2 Mar 2002 09:09:38 +0000 Subject: OpenOffice does need tcsh. The removal was in error. --- misc/openoffice/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index c792af4d3d7..25d35ce182b 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/02/26 21:25:27 mrauch Exp $ +# $NetBSD: Makefile,v 1.7 2002/03/02 09:09:38 mrauch Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 1 @@ -23,6 +23,7 @@ GCC_VERSION!= ${CC} --version .endif BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILD_DEPENDS+= gmake-[0-9]*:../../devel/gmake +BUILD_DEPENDS+= tcsh-[0-9]*:../../shells/tcsh BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip BUILD_DEPENDS+= stlport>=4.0nb1:../../devel/stlport BUILD_DEPENDS+= sun-jdk>=1.3.0:../../lang/sun-jdk13 @@ -68,7 +69,7 @@ DISPLAY= ':2' pre-build: checkforx do-build: - csh -c "setenv DISPLAY ${DISPLAY}; cd ${WRKSRC}/..&& \ + tcsh -c "setenv DISPLAY ${DISPLAY}; cd ${WRKSRC}/..&& \ ./bootstrap&& source *.Set&& dmake" pre-install: checkforx -- cgit v1.2.3