pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice fix BUILD_DEPENDS on tcsh after standa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd321a2ffe81
branches:  trunk
changeset: 466073:fd321a2ffe81
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jan 11 01:09:12 2004 +0000

description:
fix BUILD_DEPENDS on tcsh after standalone-tcsh rename. noted by agc.

diffstat:

 misc/openoffice/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9bcb866fae2a -r fd321a2ffe81 misc/openoffice/Makefile
--- a/misc/openoffice/Makefile  Sun Jan 11 00:48:45 2004 +0000
+++ b/misc/openoffice/Makefile  Sun Jan 11 01:09:12 2004 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index