diff options
author | grant <grant> | 2004-01-11 01:09:12 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-11 01:09:12 +0000 |
commit | 7ea9538323743381f82faa3313d1221f1dfff1a6 (patch) | |
tree | 3455eee15745aa6e867d00bc6e0c1e910c73b156 /misc | |
parent | 31787da0e374652782c1821679a7c2369b0b62d6 (diff) | |
download | pkgsrc-7ea9538323743381f82faa3313d1221f1dfff1a6.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 |