diff options
author | mbr <mbr@FreeBSD.org> | 2009-03-04 23:54:50 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2009-03-04 23:54:50 +0800 |
commit | b0793dd46e3b19815ab830e8c24c06765296ad37 (patch) | |
tree | a0027ea052ee782bb719e8a42ce2d426ede705b7 /emulators | |
parent | b25f900d962c20209f0607b507e45489dfdbdac4 (diff) | |
download | freebsd-ports-gnome-b0793dd46e3b19815ab830e8c24c06765296ad37.tar.gz freebsd-ports-gnome-b0793dd46e3b19815ab830e8c24c06765296ad37.tar.zst freebsd-ports-gnome-b0793dd46e3b19815ab830e8c24c06765296ad37.zip |
Replace the option WITHOUT_UNITY with WITH_UNITY and disable
the dependency for the normal X11 build
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 |