diff options
author | adam <adam> | 2006-07-03 11:19:22 +0000 |
---|---|---|
committer | adam <adam> | 2006-07-03 11:19:22 +0000 |
commit | 67d63ce15668770d33d50fe1953be6ce54a6b3e8 (patch) | |
tree | 9df374acca6dea2d32c6dd04af2e4c8582ee3ad6 /emulators/wine/Makefile | |
parent | e6fbddecfe0af8b80e372909f2abca794628c27a (diff) | |
download | pkgsrc-67d63ce15668770d33d50fe1953be6ce54a6b3e8.tar.gz |
Changes 0.9.16:
- More work on Direct3D shaders.
- Major DirectDraw rewrite on top of Direct3D.
- Support for debug information in Dwarf format.
- Beginnings of an OleView Winelib application.
- Lots of bug fixes.
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 3ab9552d7cd..1bf16325bf0 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.109 2006/07/02 10:09:26 rillig Exp $ +# $NetBSD: Makefile,v 1.110 2006/07/03 11:19:22 adam Exp $ -DISTNAME= wine-0.9.15 +DISTNAME= wine-0.9.16 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wine/} \ http://ibiblio.org/pub/linux/system/emulators/wine/ |