diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-18 06:19:19 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-18 06:19:19 +0000 |
commit | 508629a1f634416f711cc966d90228ee3d87b770 (patch) | |
tree | 8585b10c01fc8ef0a319a013b1683f30532277e8 /wm | |
parent | 50f8d573fe6a1fe2afcaabc29693d9c7597a6cf8 (diff) | |
download | pkgsrc-508629a1f634416f711cc966d90228ee3d87b770.tar.gz |
Needs lex.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/uwm/Makefile | 4 |
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 \ |