diff options
author | agc <agc@pkgsrc.org> | 2002-04-24 07:22:13 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-04-24 07:22:13 +0000 |
commit | 8686c51ae16590dfd99b6b10f4dc52ef5b059737 (patch) | |
tree | e77e5a76e24db2d597ab295775b87f741038bdbd /misc/openoffice | |
parent | 7603c13dfb7de175dc3ea84e09bd866c1423a4df (diff) | |
download | pkgsrc-8686c51ae16590dfd99b6b10f4dc52ef5b059737.tar.gz |
The standalone version of the tcsh package can also be used, if it's
installed - modify the dependency appropriately.
Diffstat (limited to 'misc/openoffice')
-rw-r--r-- | misc/openoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index d4966434f0b..4f9f6c77072 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/04/08 13:25:00 mrauch Exp $ +# $NetBSD: Makefile,v 1.10 2002/04/24 07:22:13 agc Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 1 @@ -23,7 +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+= {standalone-tcsh,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 |