summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-18 06:19:19 +0000
committerdholland <dholland@pkgsrc.org>2012-06-18 06:19:19 +0000
commit508629a1f634416f711cc966d90228ee3d87b770 (patch)
tree8585b10c01fc8ef0a319a013b1683f30532277e8 /wm
parent50f8d573fe6a1fe2afcaabc29693d9c7597a6cf8 (diff)
downloadpkgsrc-508629a1f634416f711cc966d90228ee3d87b770.tar.gz
Needs lex.
Diffstat (limited to 'wm')
-rw-r--r--wm/uwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/uwm/Makefile b/wm/uwm/Makefile
index 1d01cd6c359..5d46d913849 100644
--- a/wm/uwm/Makefile
+++ b/wm/uwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/07/07 19:32:25 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2012/06/18 06:19:19 dholland Exp $
DISTNAME= X.V11R3uwm
PKGNAME= uwm-19881027
@@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/X.V11R3/clients/uwm
USE_IMAKE= yes
-USE_TOOLS+= yacc
+USE_TOOLS+= lex yacc
post-patch:
if [ ! -f ${WRKSRC}/uwm.man.src ]; then \