diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-15 23:36:08 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-15 23:36:08 +0000 |
commit | c3c9060f867d3921b3265042e36e9f714d4a4976 (patch) | |
tree | b0ae9fd559b3acbace907a6528dff2dd218415ff /x11/Makefile | |
parent | 43a5f645b6bf3650e0987632e90228241039e83b (diff) | |
download | pkgsrc-c3c9060f867d3921b3265042e36e9f714d4a4976.tar.gz |
Add and enable xbindkeys.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index aae1847db13..7fc5c98737f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.249 2002/06/10 13:29:07 drochner Exp $ +# $NetBSD: Makefile,v 1.250 2002/06/15 23:36:08 cjep Exp $ # COMMENT= Packages to support the X window system @@ -115,6 +115,7 @@ SUBDIR+= x3270 SUBDIR+= xaniroc SUBDIR+= xautolock SUBDIR+= xbanner +SUBDIR+= xbindkeys SUBDIR+= xcb SUBDIR+= xcolors SUBDIR+= xcolorsel |