diff options
author | hans <hans@pkgsrc.org> | 2011-11-26 15:39:31 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-11-26 15:39:31 +0000 |
commit | 4fec68da336ce7f412acdef8d5f96fe71b1b7fa9 (patch) | |
tree | b9ffbf45d716df4cfa532ac5f8eed5b7e074b5d4 /emulators/wine/Makefile | |
parent | 2eb3f0451bc0290e712ce33107efc33cf36040bc (diff) | |
download | pkgsrc-4fec68da336ce7f412acdef8d5f96fe71b1b7fa9.tar.gz |
requires flex>=2.5.33
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 80618439e46..36d6fdba623 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2011/11/01 06:11:54 sbd Exp $ +# $NetBSD: Makefile,v 1.163 2011/11/26 15:39:31 hans Exp $ DISTNAME= wine-1.2.3 PKGREVISION= 1 @@ -23,6 +23,7 @@ USE_LANGUAGES= c USE_LIBTOOL= yes USE_NCURSES= yes USE_TOOLS+= bison flex gmake mktemp +FLEX_REQD= 2.5.33 GNU_CONFIGURE= yes UNLIMIT_RESOURCES= datasize |