summaryrefslogtreecommitdiff
path: root/wm/dwm/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-04-25 07:35:48 +0000
committerwiz <wiz@pkgsrc.org>2008-04-25 07:35:48 +0000
commit02c1812c2a8e9d5209cd6c9b3df30f29dbb9000f (patch)
treebeabdb0e9ec16c1f4f3e4ca27ef3f62d60cf3c80 /wm/dwm/Makefile
parentfb5b24236089bfc8694c4272e3cd0ba74201f919 (diff)
downloadpkgsrc-02c1812c2a8e9d5209cd6c9b3df30f29dbb9000f.tar.gz
Update to 4.9:
4.9: This release contains the ability to freely define various geometries for the built-in layout algorithms in the config.h file. It also contains some bugfixes and a polished code base. 4.8: This version contains two new layouts, the horizontal tile layout and the monocle layout. It also allows you more fine-grained control of the bar position and layout areas due to the introduction of several new variables that can be changed during runtime (if a related function is implemented).
Diffstat (limited to 'wm/dwm/Makefile')
-rw-r--r--wm/dwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/dwm/Makefile b/wm/dwm/Makefile
index c5512f16e12..bcfb764ab1c 100644
--- a/wm/dwm/Makefile
+++ b/wm/dwm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2007/11/25 23:23:25 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/25 07:35:48 wiz Exp $
-DISTNAME= dwm-4.7
+DISTNAME= dwm-4.9
CATEGORIES= wm
MASTER_SITES= http://suckless.org/download/