pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ORBit Needs lex and yacc for build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f6c2b1769c1
branches:  trunk
changeset: 470753:2f6c2b1769c1
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Mar 11 20:14:59 2004 +0000

description:
Needs lex and yacc for build.
(Also should depend on gindent, but not fixed here.)

diffstat:

 net/ORBit/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9f61a19243e4 -r 2f6c2b1769c1 net/ORBit/Makefile
--- a/net/ORBit/Makefile        Thu Mar 11 20:10:29 2004 +0000
+++ b/net/ORBit/Makefile        Thu Mar 11 20:14:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2004/02/14 18:26:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.104 2004/03/11 20:14:59 reed Exp $
 #
 
 DISTNAME=              ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -18,7 +18,7 @@
 DEPENDS+=              gindent-[0-9]*:../../devel/gindent
 .endif
 
-USE_GNU_TOOLS+=                make
+USE_GNU_TOOLS+=                lex make yacc
 USE_LIBTOOL=           YES
 
 GNU_CONFIGURE=         YES



Home | Main Index | Thread Index | Old Index