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 | d09910687b1223928823e0b2e87c0e1d1e45b91a (patch) | |
tree | 8585b10c01fc8ef0a319a013b1683f30532277e8 | |
parent | 917f2a3dea00864b3b27174157ca1db91f95b911 (diff) | |
download | pkgsrc-d09910687b1223928823e0b2e87c0e1d1e45b91a.tar.gz |
Needs lex.
-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 \ |