diff options
author | grant <grant@pkgsrc.org> | 2004-01-11 01:09:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-11 01:09:12 +0000 |
commit | 168ce375b92c0e86a7333a326c4fc766fe135c32 (patch) | |
tree | 3455eee15745aa6e867d00bc6e0c1e910c73b156 /misc | |
parent | aac891fd8b6bb6467e39cad9c8c940b2e92af453 (diff) | |
download | pkgsrc-168ce375b92c0e86a7333a326c4fc766fe135c32.tar.gz |
fix BUILD_DEPENDS on tcsh after standalone-tcsh rename. noted by agc.
Diffstat (limited to 'misc')
-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 2cde551304e..209a1243167 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2003/10/16 07:11:41 mrauch Exp $ +# $NetBSD: Makefile,v 1.40 2004/01/11 01:09:12 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+= {standalone-tcsh,tcsh}-[0-9]*:../../shells/tcsh +BUILD_DEPENDS+= {tcsh-standalone,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 |