diff options
author | hans <hans> | 2011-11-26 15:39:31 +0000 |
---|---|---|
committer | hans <hans> | 2011-11-26 15:39:31 +0000 |
commit | 3bd8bc94cf6693581aab03bf41f530054c50a549 (patch) | |
tree | b9ffbf45d716df4cfa532ac5f8eed5b7e074b5d4 /emulators | |
parent | d0c24868dd487aee48f6f841bf23292ded128176 (diff) | |
download | pkgsrc-3bd8bc94cf6693581aab03bf41f530054c50a549.tar.gz |
requires flex>=2.5.33
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 186fcef8e5b..d96f559dee5 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/11/01 06:11:54 sbd Exp $ +# $NetBSD: Makefile,v 1.26 2011/11/26 15:39:31 hans Exp $ DISTNAME= wine-1.3.26 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 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 |