diff options
author | adam <adam@pkgsrc.org> | 2007-05-12 20:40:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-05-12 20:40:43 +0000 |
commit | b6db529ca3f0edd88b577ab808de28d35cfdc79b (patch) | |
tree | 373796ba6da8b594548a4e36688ab3bb9bb6962c /emulators/wine/Makefile | |
parent | 7a096988fe2b99a14f107343c97a2fdf0ee6b34d (diff) | |
download | pkgsrc-b6db529ca3f0edd88b577ab808de28d35cfdc79b.tar.gz |
Changes 0.9.37:
- MSI automation with JScript/VBScript support.
- Various MSHTML improvements.
- The usual assortment of Direct3D fixes.
- Support for a few more exe protection schemes.
- 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 7c4d0a96338..61db4abde80 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.131 2007/05/02 13:28:28 tnn Exp $ +# $NetBSD: Makefile,v 1.132 2007/05/12 20:40:43 adam Exp $ -DISTNAME= wine-0.9.36 +DISTNAME= wine-0.9.37 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} |