summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authorjunyoung <junyoung>2002-10-10 10:48:20 +0000
committerjunyoung <junyoung>2002-10-10 10:48:20 +0000
commit7215e25f656d23cf6691a769e70d7a38e05dfeb6 (patch)
tree799c3dd75b12760fdedc665587eddd70e880cfe2 /emulators/wine/Makefile
parentcc7b32daa561cf3d0a7247c2f41d531649cce908 (diff)
downloadpkgsrc-7215e25f656d23cf6691a769e70d7a38e05dfeb6.tar.gz
Update to 20021007 snapshot. Changes include:
WHAT'S NEW with Wine-20021007: (see ChangeLog for details) - Massive listview rewrite. - New MS RLE codec. - winemaker should be working again. - Beginnings of Direct3D 8 support. - Lots of bug fixes. WHAT'S NEW with Wine-20020904: (see ChangeLog for details) - Much improved PowerPC support. - More correct locale definitions. - Progress on the conversion of handle types to pointers. - Many Visio and Quicken fixes merged from Crossover. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 3bc48a6105f..bcd5ffecf90 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2002/09/21 00:29:42 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2002/10/10 10:48:20 junyoung Exp $
-DISTNAME= Wine-20020804
+DISTNAME= Wine-20021007
PKGNAME= ${DISTNAME:S/W/w/}
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= emulators