diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-04-30 21:49:00 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-04-30 21:49:00 +0000 |
commit | bc82d04a7ba6b3df9847c16f84804cb49021d958 (patch) | |
tree | 17de8fe87f139ee695e8f59b73a0983b6005667f /emulators/wine | |
parent | e5478b60ac46fc050506ebe2097016af07be0269 (diff) | |
download | ports-bc82d04a7ba6b3df9847c16f84804cb49021d958.tar.gz ports-bc82d04a7ba6b3df9847c16f84804cb49021d958.zip |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 6e242601456d..9ff55d2763b1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,7 +3,7 @@ PORTNAME= wine DISTVERSION= 1.6.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--verbose --disable-tests \ --without-gphoto --without-gsm --without-gstreamer \ --with-opengl --without-mpg123 --without-opencl \ --with-oss --without-sane --without-tiff \ - --without-v4l --without-xcomposite --without-xinerama \ + --without-v4l --with-xcomposite --without-xinerama \ --with-xinput2 --with-xrandr CONFIGURE_ENV= FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib @@ -47,7 +47,7 @@ USES= bison compiler:c11 gmake shebangfix SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl USE_BZIP2= yes USE_GL= glu -USE_XORG= xcursor xi xpm xrandr xrender +USE_XORG= xcomposite xcursor xi xpm xrandr xrender SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |