diff options
author | tron <tron> | 2002-07-11 14:32:30 +0000 |
---|---|---|
committer | tron <tron> | 2002-07-11 14:32:30 +0000 |
commit | fb8fca8f4773d03ac493f7b425670ebbfa8e0e00 (patch) | |
tree | 5ed703270ff4db8dba49fb5ae5aab9ebd357517b | |
parent | 8468db720a514cd248407a7d3add04e7f46334dc (diff) | |
download | pkgsrc-fb8fca8f4773d03ac493f7b425670ebbfa8e0e00.tar.gz |
Add and enable "xbindkeys-config" package. This fixes PR pkg/17293 by
Julio Merino.
-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 |