aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r--emulators/wine-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 951cf0e334bf..08bcb5815815 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= wine
-PORTVERSION= 0.9
+PORTVERSION= 0.9.1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
@@ -27,11 +27,11 @@ MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \
winemaker.1 wineserver.1 wmc.1 wrc.1
ONLY_FOR_ARCHS= i386
USE_BISON= yes
+USE_BZIP2= yes
USE_GMAKE= yes
USE_GL= yes
USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut.
USE_XPM= yes
-USE_BZIP2= yes
.include <bsd.port.pre.mk>
@@ -42,7 +42,7 @@ IGNORE= fails to work on versions of FreeBSD before 5.3 (due to problems with t
.if defined(DEBUG)
STRIP=
.else
-CFLAGS= -O2
+CFLAGS+= -O2
pre-extract:
@${ECHO} "DEBUG has not been set, building without debug info."