pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/tvtwm Need lex & yacc, reported by Aleksey Cheusov ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3763cb00689
branches:  trunk
changeset: 533757:e3763cb00689
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Sep 29 12:08:20 2007 +0000

description:
Need lex & yacc, reported by Aleksey Cheusov in pkgsrc-users@.

diffstat:

 wm/tvtwm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 942d3234cfa3 -r e3763cb00689 wm/tvtwm/Makefile
--- a/wm/tvtwm/Makefile Sat Sep 29 12:04:39 2007 +0000
+++ b/wm/tvtwm/Makefile Sat Sep 29 12:08:20 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/12/27 13:37:41 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2007/09/29 12:08:20 obache Exp $
 
 DISTNAME=      tvtwm.pl11
 PKGNAME=       tvtwm-11
@@ -11,6 +11,7 @@
 
 WRKSRC=                ${WRKDIR}/tvtwm
 USE_IMAKE=     YES
+USE_TOOLS+=    lex yacc
 
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index