diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-14 08:31:00 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-14 08:31:00 +0000 |
commit | bd2b6c00f07b126c23ff3df129ac53edb832e302 (patch) | |
tree | 9f31a8d298e2d1c105930c14d0f308c579cf2888 /wm | |
parent | 458e616226e223a9418215201888c4d7fe0079d7 (diff) | |
download | pkgsrc-bd2b6c00f07b126c23ff3df129ac53edb832e302.tar.gz |
USE_TOOLS+=yacc, per tonight's linux build
Diffstat (limited to 'wm')
-rw-r--r-- | wm/twm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/twm/Makefile b/wm/twm/Makefile index 2018211ff54..0b868ebbc44 100644 --- a/wm/twm/Makefile +++ b/wm/twm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/06/03 17:52:45 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/06/14 08:31:00 dholland Exp $ DISTNAME= twm-1.0.7 CATEGORIES= x11 wm @@ -12,7 +12,7 @@ COMMENT= Tom's Window Manager PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config yacc .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" |