diff options
author | adam <adam@pkgsrc.org> | 2005-10-10 08:32:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-10 08:32:23 +0000 |
commit | b05abfffcfb09183bfb29113dc903f31b28397eb (patch) | |
tree | 5080a00fadd558035392abd98cd98d79a1830895 /emulators/wine/Makefile | |
parent | 09aa3ad42c2d0e05fef2769607303457d32c966b (diff) | |
download | pkgsrc-b05abfffcfb09183bfb29113dc903f31b28397eb.tar.gz |
Changes 20050930:
- Joystick force feedback support.
- Beginnings of Win64 support.
- Many MSI fixes and cleanups.
- Font linking support.
- Several OLE fixes.
- Some fixes for MacOS/x86.
- 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 8742cc912e0..c55edf1b5e6 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.90 2005/09/07 14:28:38 adam Exp $ +# $NetBSD: Makefile,v 1.91 2005/10/10 08:32:23 adam Exp $ -DISTNAME= Wine-20050830 +DISTNAME= Wine-20050930 PKGNAME= ${DISTNAME:S/W/w/} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wine/} \ |