diff options
author | obache <obache> | 2007-10-03 07:55:24 +0000 |
---|---|---|
committer | obache <obache> | 2007-10-03 07:55:24 +0000 |
commit | 123504f2b859c93fa6c80ce39d95537152ba8993 (patch) | |
tree | de15561804e6403370fa2a2c8538b2405bfe4d9b /wm/uwm/Makefile | |
parent | e3dbde409d8e062818e2a71932ea4cc51c86a23d (diff) | |
download | pkgsrc-123504f2b859c93fa6c80ce39d95537152ba8993.tar.gz |
Need yacc to build, reported by Aleksey Cheusov in pkgsrc-users@.
Diffstat (limited to 'wm/uwm/Makefile')
-rw-r--r-- | wm/uwm/Makefile | 3 |
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 \ |