diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2009-04-06 17:29:27 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2009-04-06 17:29:27 +0000 |
commit | c095ff47d3b279da0358523aff504a6789a4fc9a (patch) | |
tree | aa96a451739852617ef376c3a7fab492d7a94b28 /emulators | |
parent | 51b4abe689639f63ac3b914b05c9799c7960a5e4 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 528ace948e86..06ea972b7bc2 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-unity CONFIGURE_ARGS+= --with-x --without-gtkmm CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" -USE_XORG= x11 ice xineramaproto xinerama xrandr xtst +USE_XORG= x11 ice xext xineramaproto xinerama xrandr xrender xtst USE_GNOME= gtk20 glib20 PLIST_SUB+= X11="" CONFLICTS= open-vm-tools-nox11-[0-9]* |