diff options
author | mrauch <mrauch> | 2002-03-02 09:09:38 +0000 |
---|---|---|
committer | mrauch <mrauch> | 2002-03-02 09:09:38 +0000 |
commit | ad7a93297dd943f347ae749345641f464a986443 (patch) | |
tree | f9b5d451cd3f31843e8e4ce00fa12290b621d2e9 /misc | |
parent | 0333ef0ecbae178192f47589dfde4ef314c021f0 (diff) | |
download | pkgsrc-ad7a93297dd943f347ae749345641f464a986443.tar.gz |
OpenOffice does need tcsh. The removal was in error.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |