diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2009-06-17 17:00:21 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2009-06-17 17:00:21 +0000 |
commit | 9cf0597c0d6cbca2c9b782c63cce48e955eadd5c (patch) | |
tree | da82961fab761659a93409face5d40968368e98b /emulators | |
parent | a2cf5a789e19100b55177c571f9e09c4a3c83939 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 760a0df64066..1dd57cf301e3 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -36,7 +36,8 @@ LIB_DEPENDS+= uriparser.1:${PORTSDIR}/net/uriparser .else CONFIGURE_ARGS+= --disable-unity .endif -CONFIGURE_ARGS+= --with-x --without-gtkmm +LIB_DEPENDS+= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 +CONFIGURE_ARGS+= --with-x CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" USE_XORG= x11 ice sm xext xineramaproto xinerama xrandr xrender \ |