summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-04 11:45:58 +0000
committerwiz <wiz@pkgsrc.org>2003-03-04 11:45:58 +0000
commitbad9234c19edba61f6fa9bd4080b76bd73a123c3 (patch)
tree42c7ad66bc0612162a43d138ada3c1bfec4287a4 /emulators/wine/Makefile
parent838d9e330553ffee2f448e689bfbce5df79478a4 (diff)
downloadpkgsrc-bad9234c19edba61f6fa9bd4080b76bd73a123c3.tar.gz
Update to 20030219.
Changes: 20021219 - DLL linking now done through import libraries. - A couple of new tools to make Winelib easier to use. - Many Direct3D improvements. - Improved Windows compatibility of the regression tests. - Lots of bug fixes. 20030115 - Much better header files compatibility in Winelib. - A ton of Direct3D work. - Many improvements in sound support. - New wineboot tool to simulate a Windows reboot. - Lots of bug fixes. 20030219 - Better dead keys support. - Many debugger fixes. - More Direct3D work. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index de26a3a5e81..648dbc51e33 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2002/12/24 06:10:00 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2003/03/04 11:45:58 wiz Exp $
-DISTNAME= Wine-20021125
+DISTNAME= Wine-20030219
PKGNAME= ${DISTNAME:S/W/w/}
-PKGREVISION= 1
-WRKSRC= ${WRKDIR}/wine-20021125
+WRKSRC= ${WRKDIR}/wine-20030219
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/}