diff options
author | gerald <gerald@FreeBSD.org> | 2014-05-01 05:49:00 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-05-01 05:49:00 +0800 |
commit | 2a4d036d8a9a4665093829077950b9713fd37075 (patch) | |
tree | 17de8fe87f139ee695e8f59b73a0983b6005667f /emulators | |
parent | b160b456ff9448c59fffa962b90fd9afa6b5dd6c (diff) | |
download | freebsd-ports-gnome-2a4d036d8a9a4665093829077950b9713fd37075.tar.gz freebsd-ports-gnome-2a4d036d8a9a4665093829077950b9713fd37075.tar.zst freebsd-ports-gnome-2a4d036d8a9a4665093829077950b9713fd37075.zip |
Build with a dependency on the X composite extension.
PR: 188831
Analyzed by: Denver Hull <denverh@comcast.net>
Diffstat (limited to 'emulators')
-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 |