diff options
author | grant <grant@pkgsrc.org> | 2004-01-11 23:06:54 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-11 23:06:54 +0000 |
commit | 0d5985e4b3a7afe06f206bad9f083fe3ded9f459 (patch) | |
tree | 362479fc4e0eb01ddbfee55f83f8f8c4d8c622fb /misc/openoffice | |
parent | 81892f7de8cb7dd15e374ea67b249d07b03e6364 (diff) | |
download | pkgsrc-0d5985e4b3a7afe06f206bad9f083fe3ded9f459.tar.gz |
move the various static shell packages back to their previous names.
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 209a1243167..300625809f5 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2004/01/11 01:09:12 grant Exp $ +# $NetBSD: Makefile,v 1.41 2004/01/11 23:06:54 grant Exp $ DISTNAME= openoffice-0.0.0.641 PKGREVISION= 2 @@ -39,7 +39,7 @@ LDFLAGS+= ${RPATH_FLAG}${GCCPREFIX}/lib .endif BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -BUILD_DEPENDS+= {tcsh-standalone,tcsh}-[0-9]*:../../shells/tcsh +BUILD_DEPENDS+= {standalone-tcsh,tcsh}-[0-9]*:../../shells/tcsh BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip BUILD_DEPENDS+= stlport>=4.0nb1:../../devel/stlport |