diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-06-02 07:26:18 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-06-02 07:26:18 +0000 |
commit | de8c094309c987b23869b54aa1e11d578cccce1a (patch) | |
tree | ba252aae9d23f480290feffb5466fa81bc179b9a | |
parent | Improve the patch (this should work on 4.X, too). (diff) |
Use IGNORE instead of BROKEN.
Suggested by: kris
-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 e6fd4b3b121f..afc0f3d461c8 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 |