diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2009-04-06 21:55:29 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2009-04-06 21:55:29 +0000 |
commit | ca1e0152281c3898da2d9c188b20a378d4603f30 (patch) | |
tree | 855acc1c6f5aa96d0fa81ec3dad5b8aba4f74d2e /emulators | |
parent | a86de293a8f59f098e4144f89bd32c9148059fef (diff) | |
download | ports-ca1e0152281c3898da2d9c188b20a378d4603f30.tar.gz ports-ca1e0152281c3898da2d9c188b20a378d4603f30.zip |
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 06ea972b7bc2..4964273e99c3 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 xext xineramaproto xinerama xrandr xrender xtst +USE_XORG= x11 xextproto ice xext xineramaproto xinerama xrandr xrender xtst USE_GNOME= gtk20 glib20 PLIST_SUB+= X11="" CONFLICTS= open-vm-tools-nox11-[0-9]* |