diff options
author | mbr <mbr@FreeBSD.org> | 2009-04-07 05:55:29 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2009-04-07 05:55:29 +0800 |
commit | 4507c489e55a40d92acb5407979d36a0ef0b23db (patch) | |
tree | d40d04acc652c04025a9c866768ad0071cb094b8 /emulators | |
parent | 1415de56061767a8616ba1e5e33fe276c7c78742 (diff) | |
download | freebsd-ports-gnome-4507c489e55a40d92acb5407979d36a0ef0b23db.tar.gz freebsd-ports-gnome-4507c489e55a40d92acb5407979d36a0ef0b23db.tar.zst freebsd-ports-gnome-4507c489e55a40d92acb5407979d36a0ef0b23db.zip |
Add another X11 dependency, xextproto
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]* |