summaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2009-03-04 15:54:50 +0000
committerMartin Blapp <mbr@FreeBSD.org>2009-03-04 15:54:50 +0000
commitfdfbd16b68fcba3479c397db4c0e389819b01a3a (patch)
tree04fd420490651d86fa0df2ddcce01fb64b61bf7f /emulators/open-vm-tools
parentAdd support to mysql server and embedded library dependencies. (diff)
Replace the option WITHOUT_UNITY with WITH_UNITY and disable
the dependency for the normal X11 build
Notes
Notes: svn path=/head/; revision=229476
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r--emulators/open-vm-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index 8681933a32d9..778338cb9e67 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -30,7 +30,7 @@ CONFLICTS= open-vm-tools-[0-9]*
.if !defined(WITHOUT_LIBNOTIFY)
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
.endif
-.if defined(WITHOUT_UNITY)
+.if !defined(WITH_UNITY)
CONFIGURE_ARGS+= --disable-unity
.endif
CONFIGURE_ARGS+= --with-x --without-gtkmm