diff options
author | tron <tron@pkgsrc.org> | 2002-07-11 14:32:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-07-11 14:32:30 +0000 |
commit | 307eab81a3f07e3a383a7fc9bbaf07beac2d6fa2 (patch) | |
tree | 5ed703270ff4db8dba49fb5ae5aab9ebd357517b /x11 | |
parent | 296af1c3335de587810367ab97d5eb88f9a01d64 (diff) | |
download | pkgsrc-307eab81a3f07e3a383a7fc9bbaf07beac2d6fa2.tar.gz |
Add and enable "xbindkeys-config" package. This fixes PR pkg/17293 by
Julio Merino.
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 26fa9fab269..b553f20d9a3 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.253 2002/07/02 13:08:16 wiz Exp $ +# $NetBSD: Makefile,v 1.254 2002/07/11 14:32:30 tron Exp $ # COMMENT= Packages to support the X window system @@ -116,6 +116,7 @@ SUBDIR+= xaniroc SUBDIR+= xautolock SUBDIR+= xbanner SUBDIR+= xbindkeys +SUBDIR+= xbindkeys-config SUBDIR+= xcb SUBDIR+= xclip SUBDIR+= xcolors |