diff options
author | ghen <ghen> | 2008-01-06 21:45:56 +0000 |
---|---|---|
committer | ghen <ghen> | 2008-01-06 21:45:56 +0000 |
commit | 2aed29a2b810e59a5674df6e44f0c6ecaba3459b (patch) | |
tree | 5aac684d667b63f4fac385a6f7c41e00bc3f2744 /x11 | |
parent | 4cf1cbf88cc0237a1e1a4fd00c18eaac8f76a5d7 (diff) | |
download | pkgsrc-2aed29a2b810e59a5674df6e44f0c6ecaba3459b.tar.gz |
+ dmenu.
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 f7f6cebdda3..5fd79c0f9a1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.537 2007/12/18 00:29:08 bjs Exp $ +# $NetBSD: Makefile,v 1.538 2008/01/06 21:45:56 ghen Exp $ # COMMENT= Packages to support the X window system @@ -30,6 +30,7 @@ SUBDIR+= desklaunch SUBDIR+= deskmenu SUBDIR+= devilspie SUBDIR+= dfm +SUBDIR+= dmenu SUBDIR+= dtx11session SUBDIR+= dxpc SUBDIR+= ebuilder |