diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-08-25 07:43:18 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-08-25 07:43:18 +0000 |
commit | 0fd5531735eea4f96618973d0815d994a42c3510 (patch) | |
tree | 8fa55444d3bcc5e3720989e13d80d2890783e84b /emulators/wine/Makefile | |
parent | 0235e1b52feede22b32b6c492d6c2c6c958360f0 (diff) |
Update to Wine 0.9.20. This includes the following changes:
- XEmbed system tray support.
- Many improvements to NTLM support.
- Many messages made localizable instead of hardcoded to English.
- Improved support for various OpenGL platforms.
- More improvements to the IDL compiler.
- Lots of bug fixes.
Notes
Notes:
svn path=/head/; revision=171362
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 51943764f11e..f12b13b82e9f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.19 +PORTVERSION= 0.9.20 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ @@ -31,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \ EXTRA_BINARIES="wine-kthread" USE_LDCONFIG= ${PREFIX}/lib/wine MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \ - winemaker.1 wineserver.1 wmc.1 wrc.1 + winemaker.1 wineprefixcreate.1 wineserver.1 wmc.1 wrc.1 ONLY_FOR_ARCHS= i386 USE_BISON= yes USE_BZIP2= yes |