diff options
author | vs <vs@FreeBSD.org> | 2004-06-02 07:26:18 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-06-02 07:26:18 +0000 |
commit | 97ff10ea47a04de0d3cd08bb573d21ac06f49640 (patch) | |
tree | f62f6955d53c31242ca71edf07ff3d0da45efbb2 /x11-wm | |
parent | ad806d38c41a5d8f6e36ac34383bb73212f4c4f9 (diff) | |
download | FreeBSD-ports-97ff10ea47a04de0d3cd08bb573d21ac06f49640.zip FreeBSD-ports-97ff10ea47a04de0d3cd08bb573d21ac06f49640.tar.gz |
Use IGNORE instead of BROKEN.
Suggested by: kris
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/wmx/Makefile b/x11-wm/wmx/Makefile index e6fd4b3..afc0f3d 100644 --- a/x11-wm/wmx/Makefile +++ b/x11-wm/wmx/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pl/} MAINTAINER= sec@42.org COMMENT= Extended version of wm2 - A simple window manager for X -BROKEN= "Contains severe bug, will be fixed by maintainer" +IGNORE= "Contains severe bug, will be fixed by maintainer" USE_X_PREFIX= yes USE_XPM= yes |