diff options
author | adam <adam@pkgsrc.org> | 2007-04-29 12:48:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-04-29 12:48:05 +0000 |
commit | 8cca1a47ee6c21808a99c7540743ae5e0767b870 (patch) | |
tree | 2c97ebb394022be2a8cb9b8c26183ec8ce3a2397 /emulators/wine/Makefile | |
parent | baaebff4be403ed3ae7d1204931da7158fa53fe7 (diff) | |
download | pkgsrc-8cca1a47ee6c21808a99c7540743ae5e0767b870.tar.gz |
Changes 0.9.36:
- Midi support in the CoreAudio driver.
- Mixer support in the Alsa driver.
- A lot of MSI fixes.
- Implementation for most D3DRM functions.
- The usual assortment of Direct3D fixes.
- Lots of bug fixes.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 86ef12cfd76..0564f1086ce 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.129 2007/04/20 10:52:20 tnn Exp $ +# $NetBSD: Makefile,v 1.130 2007/04/29 12:48:05 adam Exp $ -DISTNAME= wine-0.9.35 -PKGREVISION= 1 +DISTNAME= wine-0.9.36 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} |