diff options
author | adam <adam@pkgsrc.org> | 2006-05-12 20:53:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-05-12 20:53:36 +0000 |
commit | a682c99375ad904836f40aacc6b87cccead1e168 (patch) | |
tree | 94f2b4d710a22b3e9689cb50232ab93d72f7453d /emulators/wine/Makefile | |
parent | 7ca8d5bcc8323e06afafe2ed136adfc00bc35e07 (diff) | |
download | pkgsrc-a682c99375ad904836f40aacc6b87cccead1e168.tar.gz |
Changes 0.9.13:
- New GPhoto backend for TWAIN.
- Dynamic drive configuration using HAL.
- A gazillion Direct3D fixes.
- New TCP transport for RPC.
- Lots of bug fixes.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 080d7232d35..150bcddc48b 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.104 2006/04/14 09:06:49 adam Exp $ +# $NetBSD: Makefile,v 1.105 2006/05/12 20:53:36 adam Exp $ -DISTNAME= wine-0.9.12 +DISTNAME= wine-0.9.13 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wine/} \ http://ibiblio.org/pub/linux/system/emulators/wine/ @@ -17,6 +17,7 @@ ONLY_FOR_PLATFORM+= FreeBSD-*-i386 Linux-*-i386 SunOS-*-i386 Darwin-*-i386 WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/} USE_DIRS+= xdg-1.1 +USE_LANGUAGES= c USE_LIBTOOL= yes USE_NCURSES= yes USE_TOOLS+= bison gmake mktemp |