diff options
author | sborrill <sborrill@pkgsrc.org> | 2007-06-11 13:04:56 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2007-06-11 13:04:56 +0000 |
commit | 0bae19b91b404b685f6fe5eb877e20f4832a3e25 (patch) | |
tree | 66cc2227c04d06534564e5d3f13fd52e8b3e2277 /x11 | |
parent | c038ab3924b8ec0d2f40d3a6b8943da690f86792 (diff) | |
download | pkgsrc-0bae19b91b404b685f6fe5eb877e20f4832a3e25.tar.gz |
Add desklaunch
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 55ddf82f001..e33bbf2dc05 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.507 2007/06/02 08:29:06 agc Exp $ +# $NetBSD: Makefile,v 1.508 2007/06/11 13:04:56 sborrill Exp $ # COMMENT= Packages to support the X window system @@ -26,6 +26,7 @@ SUBDIR+= blt SUBDIR+= bwidget SUBDIR+= compositeproto SUBDIR+= damageproto +SUBDIR+= desklaunch SUBDIR+= devilspie SUBDIR+= dfm SUBDIR+= dtx11session |