diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2009-03-04 15:54:50 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2009-03-04 15:54:50 +0000 |
commit | fdfbd16b68fcba3479c397db4c0e389819b01a3a (patch) | |
tree | 04fd420490651d86fa0df2ddcce01fb64b61bf7f /emulators | |
parent | Add 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')
-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 |