diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2014-05-22 21:36:09 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2014-05-22 21:36:09 +0000 |
commit | e44b1eb23d96415b08aaaff10bfc371d2daeaea9 (patch) | |
tree | 4317c90b7b90b0b931ffc8d936b598e4b4fc7786 | |
parent | 9150cf0654983bb2f4c2a4ef88dfcc73f1706a9e (diff) | |
download | pkgsrc-e44b1eb23d96415b08aaaff10bfc371d2daeaea9.tar.gz |
+ xmonad
-rw-r--r-- | wm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/Makefile b/wm/Makefile index 70eb6630174..ae5565856b6 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2014/01/05 12:34:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.123 2014/05/22 21:36:09 szptvlfn Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -96,5 +96,6 @@ SUBDIR+= wmx SUBDIR+= wmx-gnome SUBDIR+= xfce4-wm SUBDIR+= xfce4-wm-themes +SUBDIR+= xmonad .include "../mk/misc/category.mk" |