summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorobache <obache>2007-09-29 12:08:20 +0000
committerobache <obache>2007-09-29 12:08:20 +0000
commit15f917dfac8ebeb6c4baf017697728f52936331c (patch)
treecafbc88ee6f8216363a18c83bd6f0bfb6e14ff35 /wm
parentc924b7cd5752b7096db0350bfff6f64721477ee7 (diff)
downloadpkgsrc-15f917dfac8ebeb6c4baf017697728f52936331c.tar.gz
Need lex & yacc, reported by Aleksey Cheusov in pkgsrc-users@.
Diffstat (limited to 'wm')
-rw-r--r--wm/tvtwm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/tvtwm/Makefile b/wm/tvtwm/Makefile
index c1c98549e88..9f130a2789e 100644
--- a/wm/tvtwm/Makefile
+++ b/wm/tvtwm/Makefile
@@ -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 @@ COMMENT= Classic twm with virtual desktop support
WRKSRC= ${WRKDIR}/tvtwm
USE_IMAKE= YES
+USE_TOOLS+= lex yacc
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"