diff options
author | pav <pav@FreeBSD.org> | 2009-03-22 17:52:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-22 17:52:19 +0800 |
commit | 7f46829112b4918ec6164a3597580855cf8751cf (patch) | |
tree | 7ca486644fab9e4d1c9dc61c0ae8a56061c78939 /emulators | |
parent | afd17f691031587f80b7f2a3804aa09631a4b20a (diff) | |
download | freebsd-ports-gnome-7f46829112b4918ec6164a3597580855cf8751cf.tar.gz freebsd-ports-gnome-7f46829112b4918ec6164a3597580855cf8751cf.tar.zst freebsd-ports-gnome-7f46829112b4918ec6164a3597580855cf8751cf.zip |
- Mark BROKEN in two different ways
Reported by: pointyhat
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 778338cb9e67..04323ab37319 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -26,6 +26,7 @@ LIB_DEPENDS+= glib-2.0:${PORTSDIR}/devel/glib20 CONFIGURE_ARGS+= --without-x --without-gtk2 --without-gtkmm PLIST_SUB+= X11="@comment " CONFLICTS= open-vm-tools-[0-9]* +BROKEN= bad plist .else .if !defined(WITHOUT_LIBNOTIFY) LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify @@ -40,6 +41,7 @@ USE_XORG= x11 ice xineramaproto xinerama xrandr xtst USE_GNOME= gtk20 glib20 PLIST_SUB+= X11="" CONFLICTS= open-vm-tools-nox11-[0-9]* +BROKEN= does not configure .endif CONFLICTS+= vmware-guestd[0-9]* vmware-tools[0-9]* |