diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-09-06 11:23:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-09-06 11:23:34 +0000 |
commit | 46c7ad7a1f5e0571a0e0047f8f1516b88928f6c3 (patch) | |
tree | 7db1e1a54d63dee74e69d888055e0db3da73b37e /emulators/wine-devel | |
parent | 3729f4d9c6120134f1b09c2c70d377bae166ffa6 (diff) |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 8725bd34850d..b50af8ed3474 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" |