diff options
author | adam <adam> | 2006-12-09 19:42:43 +0000 |
---|---|---|
committer | adam <adam> | 2006-12-09 19:42:43 +0000 |
commit | 214ccdfde20313dcdb6c7ca298d042c57f4a5b0e (patch) | |
tree | 9e04e1ee99f0b19a86d21f61c9793512f5999d54 /emulators/wine/Makefile | |
parent | 6919ec905bb0566b41961a21579611aac0447a9a (diff) | |
download | pkgsrc-214ccdfde20313dcdb6c7ca298d042c57f4a5b0e.tar.gz |
Changes 0.9.27:
- Better support for noexec kernels.
- Better Dwarf support in dbghelp.
- Several Winsock fixes.
- Various code cleanups.
- 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 95d1e45a731..6380a10b20b 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.119 2006/11/25 13:23:14 adam Exp $ +# $NetBSD: Makefile,v 1.120 2006/12/09 19:42:43 adam Exp $ -DISTNAME= wine-0.9.26 +DISTNAME= wine-0.9.27 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} |