diff options
author | jmcneill <jmcneill> | 2009-03-04 12:00:18 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2009-03-04 12:00:18 +0000 |
commit | 79541a42bd81d8f15bffe7dd8e78bc2c1ef5a133 (patch) | |
tree | 30fe3e79f94c374c6a3d87ce3282a8272ddc5c25 /games | |
parent | 4cf5812a27b4e39cd010c91e976ade5cd0d74508 (diff) | |
download | pkgsrc-79541a42bd81d8f15bffe7dd8e78bc2c1ef5a133.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 |