summaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2009-06-17 17:00:21 +0000
committerMartin Blapp <mbr@FreeBSD.org>2009-06-17 17:00:21 +0000
commit9cf0597c0d6cbca2c9b782c63cce48e955eadd5c (patch)
treeda82961fab761659a93409face5d40968368e98b /emulators/open-vm-tools
parentAdd an explicit LINUX_DIST_VER. The fix is needed for the upcomming change of (diff)
Fix dependency on gtkmm
PR: ports/135672 Submitted by: Katsuyoshi OHARA <ohara@air.s.kanazawa-u.ac.jp>
Notes
Notes: svn path=/head/; revision=236143
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r--emulators/open-vm-tools/Makefile3
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 \