diff options
author | cjep <cjep> | 2002-06-15 23:36:08 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-06-15 23:36:08 +0000 |
commit | 0f6d246044ee224452e127b4daff4db081e7c694 (patch) | |
tree | b0ae9fd559b3acbace907a6528dff2dd218415ff | |
parent | 96dd714cd3a5d8c1da1be2dc42173b4a7e6f40fc (diff) | |
download | pkgsrc-0f6d246044ee224452e127b4daff4db081e7c694.tar.gz |
Add and enable xbindkeys.
-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 |