diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-07-18 16:25:20 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-07-18 16:25:20 +0000 |
commit | a3c693a784c325be4ba01fee41b36fd8d01ee799 (patch) | |
tree | 6fa510c99c9d12c5f118da7d6b9d669523e9ad06 /x11-wm/icewm | |
parent | 5f71edd927e38b1f145dc716bc7984a8f6949390 (diff) | |
download | ports-a3c693a784c325be4ba01fee41b36fd8d01ee799.tar.gz ports-a3c693a784c325be4ba01fee41b36fd8d01ee799.zip |
Notes
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 |