summaryrefslogtreecommitdiff
path: root/wm/uwm
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-10-03 07:55:24 +0000
committerobache <obache@pkgsrc.org>2007-10-03 07:55:24 +0000
commitcf90f32df762dd7265cc9afcd0d5791e0008cec7 (patch)
treede15561804e6403370fa2a2c8538b2405bfe4d9b /wm/uwm
parent864df72ef574951f88045517c3e4667c6a16c6e9 (diff)
downloadpkgsrc-cf90f32df762dd7265cc9afcd0d5791e0008cec7.tar.gz
Need yacc to build, reported by Aleksey Cheusov in pkgsrc-users@.
Diffstat (limited to 'wm/uwm')
-rw-r--r--wm/uwm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/uwm/Makefile b/wm/uwm/Makefile
index b3ba812be60..cf2fa891618 100644
--- a/wm/uwm/Makefile
+++ b/wm/uwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/12/27 13:37:41 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2007/10/03 07:55:24 obache Exp $
DISTNAME= X.V11R3uwm
PKGNAME= uwm-19881027
@@ -12,6 +12,7 @@ COMMENT= X11R3 window manager
WRKSRC= ${WRKDIR}/X.V11R3/clients/uwm
USE_IMAKE= yes
+USE_TOOLS+= yacc
post-patch:
if [ ! -f ${WRKSRC}/uwm.man.src ]; then \