diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-10-12 09:25:02 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-10-12 09:25:02 +0000 |
commit | ca96d1197d784e58369f33ed4c2ab3cc7b76c93f (patch) | |
tree | 3fbbe5765f0d540841e14872d2faf91830e74126 /x11-wm | |
parent | 89b4379a177ed6c314362aa05d65f4af81e8aee0 (diff) | |
download | ports-ca96d1197d784e58369f33ed4c2ab3cc7b76c93f.tar.gz ports-ca96d1197d784e58369f33ed4c2ab3cc7b76c93f.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/qtile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/qtile/Makefile b/x11-wm/qtile/Makefile index 923437184beb..875eb4794fb9 100644 --- a/x11-wm/qtile/Makefile +++ b/x11-wm/qtile/Makefile @@ -7,9 +7,11 @@ DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= x11-wm -MAINTAINER= wg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small, flexible, scriptable tiling window manager written in Python +BROKEN= does not run + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE |