diff options
author | dholland <dholland> | 2012-05-14 08:09:27 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-14 08:09:27 +0000 |
commit | ca53fb34c50fa94372023271aa70e11d5911897c (patch) | |
tree | 860f3634e1bf03ed6cc928421b85b2bb0f54f02b /wm | |
parent | 2bb0355d3954a90724dd3259a432620cfbb86b4d (diff) | |
download | pkgsrc-ca53fb34c50fa94372023271aa70e11d5911897c.tar.gz |
USE_TOOLS+=flex, seen in Linux bulk build
Diffstat (limited to 'wm')
-rw-r--r-- | wm/vtwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/vtwm/Makefile b/wm/vtwm/Makefile index c63084e1fb5..ddf061fd787 100644 --- a/wm/vtwm/Makefile +++ b/wm/vtwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/06/30 00:07:23 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2012/05/14 08:09:27 dholland Exp $ # DISTNAME= vtwm-5.4.7 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no USE_IMAKE= YES +USE_TOOLS+= flex .include "../../audio/rplay/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" |