diff options
-rw-r--r-- | emulators/wine-devel/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 8725bd34850..b50af8ed347 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -28,9 +28,9 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ --with-opengl --with-glu \ - --without-capi --without-gphoto \ - --without-gsm --without-mpg123 --without-openal \ - --without-sane + --without-capi --without-gphoto --without-gsm \ + --without-mpg123 --without-openal --without-sane \ + --without-xcomposite --without-xinerama --without-xrandr CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ FLEX="${LOCALBASE}/bin/flex" diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 8725bd34850..b50af8ed347 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -28,9 +28,9 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \ --with-opengl --with-glu \ - --without-capi --without-gphoto \ - --without-gsm --without-mpg123 --without-openal \ - --without-sane + --without-capi --without-gphoto --without-gsm \ + --without-mpg123 --without-openal --without-sane \ + --without-xcomposite --without-xinerama --without-xrandr CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ FLEX="${LOCALBASE}/bin/flex" |