diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-07-19 18:50:01 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-07-19 18:50:01 +0000 |
commit | cdae5b755285712c8da636132b18599901f2d6ec (patch) | |
tree | bd43dd2a117f821a55570279c8458158788be5ce /x11-wm | |
parent | 9280f91963259f13948ad19f65c3f27b0b582cfa (diff) | |
download | ports-cdae5b755285712c8da636132b18599901f2d6ec.tar.gz ports-cdae5b755285712c8da636132b18599901f2d6ec.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index e636c1d7885c..77b388f5a9a8 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= cy@eitanadler.com +MAINTAINER= ports@eitanadler.com COMMENT= Window Manager designed for speed, usability and consistency WANT_GNOME= yes @@ -42,7 +42,6 @@ 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 |