diff options
-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 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 |