aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmware-guestd6
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmware-guestd6')
-rw-r--r--emulators/vmware-guestd6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile
index dda8bcd24dcd..60ae8f304577 100644
--- a/emulators/vmware-guestd6/Makefile
+++ b/emulators/vmware-guestd6/Makefile
@@ -35,6 +35,8 @@ NO_PACKAGE= ${RESTRICTED}
VMWARE_VER= 6.0.3
BUILD_VER= 80004
+WANT_GNOME= yes
+
.include <bsd.port.pre.mk>
.if defined(VMWARE_X_PORTS)
@@ -50,7 +52,7 @@ PLIST_SUB+= INSTALLXTCLTOOL=""
PLIST_SUB+= INSTALLXGTKTOOL=""
USE_ICONV= yes
USE_GETTEXT= yes
-USE_GNOME= glib12 gtk12
+USE_GNOME+= glib12 gtk12
.else
PLIST_SUB+= INSTALLXGTKTOOL="@comment "
.endif