summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-08-22 21:19:33 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-08-22 21:19:33 +0000
commit0645c81ccbe66dc6445e398c9df5251c9b35e7a9 (patch)
tree4f751d0cd9be111c916784d9f0bc36daf5138853
parent- Update to version 0.4.3 (diff)
Add USE_BISON, as dlls/msi now requires the %pure-parser bison extension for
reentrant parsers.
Notes
Notes: svn path=/head/; revision=87525
-rw-r--r--emulators/wine-devel/Makefile1
-rw-r--r--emulators/wine/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 6ff2aef011ea..55c391e8f975 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -26,6 +26,7 @@ MAN1= wine.1 winebuild.1 winemaker.1 wmc.1 wrc.1
MAN5= wine.conf.5
ONLY_FOR_ARCHS= i386
USE_XPM= yes
+USE_BISON= yes
USE_GMAKE= yes
USE_REINPLACE= yes
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 6ff2aef011ea..55c391e8f975 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -26,6 +26,7 @@ MAN1= wine.1 winebuild.1 winemaker.1 wmc.1 wrc.1
MAN5= wine.conf.5
ONLY_FOR_ARCHS= i386
USE_XPM= yes
+USE_BISON= yes
USE_GMAKE= yes
USE_REINPLACE= yes