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
commite79938bc14563807c041e671bfc26f18404f8a82 (patch)
treecafbc88ee6f8216363a18c83bd6f0bfb6e14ff35 /wm
parent1a4bae5de433a81a69cd42878285f29d64fd5a19 (diff)
downloadpkgsrc-e79938bc14563807c041e671bfc26f18404f8a82.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"