diff options
author | cy <cy@FreeBSD.org> | 2011-07-20 02:50:01 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-07-20 02:50:01 +0800 |
commit | 4bd284d20c360ec79558045d416e09ccba199ea3 (patch) | |
tree | b81c178c51e5afa9d70fc235239a56d081b291d1 /x11-wm | |
parent | db969fe96c611f363abc39aa46414bf8f5da9936 (diff) | |
download | freebsd-ports-gnome-4bd284d20c360ec79558045d416e09ccba199ea3.tar.gz freebsd-ports-gnome-4bd284d20c360ec79558045d416e09ccba199ea3.tar.zst freebsd-ports-gnome-4bd284d20c360ec79558045d416e09ccba199ea3.zip |
My mistake. Previous commit backed out due to maintainers request.
Pointy hat to: yours truly
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 |