diff options
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 51943764f11e..f12b13b82e9f 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.19 +PORTVERSION= 0.9.20 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ @@ -31,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \ EXTRA_BINARIES="wine-kthread" USE_LDCONFIG= ${PREFIX}/lib/wine MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \ - winemaker.1 wineserver.1 wmc.1 wrc.1 + winemaker.1 wineprefixcreate.1 wineserver.1 wmc.1 wrc.1 ONLY_FOR_ARCHS= i386 USE_BISON= yes USE_BZIP2= yes |