diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-03-04 12:00:18 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-03-04 12:00:18 +0000 |
commit | 75f3cf068c0159d6697ac89b6893b6fc865d1f89 (patch) | |
tree | 30fe3e79f94c374c6a3d87ce3282a8272ddc5c25 /games | |
parent | 3f30d17424d7d79c97533c4c53c7eed3d5d81e2d (diff) | |
download | pkgsrc-75f3cf068c0159d6697ac89b6893b6fc865d1f89.tar.gz |
Add 'flex' to tools
Diffstat (limited to 'games')
-rw-r--r-- | games/warzone2100/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 706d9380287..ecf360cfe91 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/04 11:59:43 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/04 12:00:18 jmcneill Exp $ # DISTNAME= warzone2100-2.1.1 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_DIRS+= xdg-1.4 -USE_TOOLS+= pkg-config bison msgfmt intltool gmake gsed gawk +USE_TOOLS+= pkg-config bison msgfmt intltool gmake gsed gawk flex TOOLS_PLATFORM.gsed= #empty, override nonsense in tools CONFIGURE_ARGS+= --with-distributor=pkgsrc |