pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9333fe431328
branches:  trunk
changeset: 533760:9333fe431328
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Sep 29 12:13:02 2007 +0000

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

diffstat:

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

diffs (17 lines):

diff -r fd3c53936acc -r 9333fe431328 wm/piewm/Makefile
--- a/wm/piewm/Makefile Sat Sep 29 12:11:35 2007 +0000
+++ b/wm/piewm/Makefile Sat Sep 29 12:13:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/12/27 13:37:41 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2007/09/29 12:13:02 obache Exp $
 
 DISTNAME=      piewm-1.02
 PKGREVISION=   2
@@ -10,6 +10,7 @@
 COMMENT=       Minimalist window manager based on tvtwm with pie menus
 
 USE_IMAKE=     yes
+USE_TOOLS+=    lex yacc
 
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index