summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-11-15 18:34:40 +0000
committerwiz <wiz>2002-11-15 18:34:40 +0000
commit5c557eaf679f89c52577988f2d49fa46f85db3e4 (patch)
tree3280b3e2bf482cdd8597ed05d1e38f16375c6fe6 /emulators/wine/Makefile
parent4a9d3f09bfaa7604612ad4d69e8a93e4968bdc77 (diff)
downloadpkgsrc-5c557eaf679f89c52577988f2d49fa46f85db3e4.tar.gz
Update to 20021031, based on PR 19039 by Juan RP.
Changes: - Complete listview overhaul. - Beginnings of real RPC support. - Most dlls now build properly in STRICT mode. - Inter-process window activation and focus handling. - Many improvements to AVI support. - 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 ec72ea3eb7e..48f039e6562 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2002/10/10 16:48:08 junyoung Exp $
+# $NetBSD: Makefile,v 1.37 2002/11/15 18:34:40 wiz Exp $
-DISTNAME= Wine-20021007
+DISTNAME= Wine-20021031
PKGNAME= ${DISTNAME:S/W/w/}
-WRKSRC= ${WRKDIR}/wine-20021007
-PKGREVISION= 1
+WRKSRC= ${WRKDIR}/wine-20021031
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/}