diff options
author | mrauch <mrauch@pkgsrc.org> | 2002-02-14 14:07:08 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2002-02-14 14:07:08 +0000 |
commit | 03dedc50c5751ed60b4a61a527a051a21979ba2a (patch) | |
tree | 911e32678cf4e9cd2db19d4d5774f708ee3808e1 /misc/openoffice | |
parent | 4b274ce96ab920c1ae9c1a6776179943f617bfc8 (diff) | |
download | pkgsrc-03dedc50c5751ed60b4a61a527a051a21979ba2a.tar.gz |
bison-1.3* won't work with this package as there was an incompatible
change between 1.2* and 1.3*, so require a bison 1.2*.
Diffstat (limited to 'misc/openoffice')
-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 f68b97865fb..eb21653adc5 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/02/13 21:11:11 mrauch Exp $ +# $NetBSD: Makefile,v 1.4 2002/02/14 14:07:08 mrauch Exp $ DISTNAME= openoffice-0.0.0.641 WRKSRC= ${WRKDIR}/oo_641_src/config_office @@ -20,7 +20,8 @@ GCC_VERSION!= ${CC} --version .if ${GCC_VERSION}!="2.95.2" && ${GCC_VERSION}!="2.95.3" .include "../../lang/gcc/Makefile.gcc" .endif -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +# bison 1.3* won't work: there was an incompatible change in it +BUILD_DEPENDS+= bison-1.2*:../../devel/bison BUILD_DEPENDS+= gmake-[0-9]*:../../devel/gmake BUILD_DEPENDS+= tcsh-[0-9]*:../../shells/tcsh BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip |