diff options
author | cy <cy@FreeBSD.org> | 2011-07-19 00:25:20 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-07-19 00:25:20 +0800 |
commit | 770bb34affeb1206ee2eefcfa511cc54589e8460 (patch) | |
tree | 24249001ef77b92dad08587b698e5cd88a403a9f /x11-wm/icewm | |
parent | aa377a583505a9b1a110b7b318519b9ed30b1702 (diff) | |
download | freebsd-ports-gnome-770bb34affeb1206ee2eefcfa511cc54589e8460.tar.gz freebsd-ports-gnome-770bb34affeb1206ee2eefcfa511cc54589e8460.tar.zst freebsd-ports-gnome-770bb34affeb1206ee2eefcfa511cc54589e8460.zip |
Mark BROKEN when GNOMEDESKTOP is selected.
Assume maintainership.
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 77b388f5a9a8..e636c1d7885c 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}/ -MAINTAINER= ports@eitanadler.com +MAINTAINER= cy@eitanadler.com COMMENT= Window Manager designed for speed, usability and consistency WANT_GNOME= yes @@ -42,6 +42,7 @@ OPTIONS= GNOMEDESKTOP "Enable GNOME desktop support" off \ .include <bsd.port.pre.mk> .if defined(WITH_GNOMEDESKTOP) +BROKEN= fails to install USE_GNOME+= gnomedesktop CONFIGURE_ARGS+=--enable-menus-gnome2 INSTALL_TARGET= install install-gnome |