diff options
author | adam <adam> | 2007-06-16 07:42:36 +0000 |
---|---|---|
committer | adam <adam> | 2007-06-16 07:42:36 +0000 |
commit | 453ed3aad47d83fc439811a02cdd4686169d9d9c (patch) | |
tree | 15730836b2c20ed1cc8bb817d84159ebc3e75962 /emulators/wine/Makefile | |
parent | 656714894fb46cf84d1bc89361b8ba6813fb597a (diff) | |
download | pkgsrc-453ed3aad47d83fc439811a02cdd4686169d9d9c.tar.gz |
Changes 0.9.39:
- Many MSHTML improvements.
- Several improvements to the sound support.
- A number of Winsock fixes.
- Several new supported constructs in the IDL compiler.
- Many Direct3D threading fixes.
- 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 61db4abde80..aa51eaec827 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.132 2007/05/12 20:40:43 adam Exp $ +# $NetBSD: Makefile,v 1.133 2007/06/16 07:42:36 adam Exp $ -DISTNAME= wine-0.9.37 +DISTNAME= wine-0.9.39 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} |