summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authordholland <dholland>2012-06-18 06:19:19 +0000
committerdholland <dholland>2012-06-18 06:19:19 +0000
commita70323081a904fd8c336969646ed5adb76dc5247 (patch)
tree8585b10c01fc8ef0a319a013b1683f30532277e8 /wm
parent0e85557447dbcef6e4316acbc930d9be3050ae16 (diff)
downloadpkgsrc-a70323081a904fd8c336969646ed5adb76dc5247.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 \