diff options
author | gerald <gerald@FreeBSD.org> | 2003-08-22 21:19:33 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-08-22 21:19:33 +0000 |
commit | 88efb0115dd5cce7189d5f33b6c6451b7026e621 (patch) | |
tree | 7041b308ebb57a8fcd55b65602c28032491c032b /emulators/wine | |
parent | a994cc997a5388927649c91c3b454d21566d286c (diff) | |
download | FreeBSD-ports-88efb0115dd5cce7189d5f33b6c6451b7026e621.zip FreeBSD-ports-88efb0115dd5cce7189d5f33b6c6451b7026e621.tar.gz |
Add USE_BISON, as dlls/msi now requires the %pure-parser bison extension for
reentrant parsers.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 6ff2aef..55c391e 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 |