diff options
author | obache <obache@pkgsrc.org> | 2006-12-08 16:16:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-12-08 16:16:12 +0000 |
commit | fb4fc34b39027cc2a7d2fa334ef8b65e84566fd3 (patch) | |
tree | 31db8daba122a13d8440342d99081931b63f2bab /x11/xbindkeys-tk | |
parent | 1812299d93f64eb2478fc574cf97048a9f96bd56 (diff) | |
download | pkgsrc-fb4fc34b39027cc2a7d2fa334ef8b65e84566fd3.tar.gz |
Update xbindkeys{,-tk} to 1.7.3.
Version 1.7.3 : A bug under Solaris was fixed. This bug caused an XBindKeys
built with -DFORK_FLAG=1 to fail to wait for the processes it spawns, leaving
lots of defunct processes.
Thanks to Ciaran Anscomb for the patch.
Version 1.7.2 : Changes to grab keys in all display screens and not only in the
default root window (Xinerama suport).
Bugfix for the Guile support in configure.ac.
Diffstat (limited to 'x11/xbindkeys-tk')
-rw-r--r-- | x11/xbindkeys-tk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile index 48d04c97f8b..a9ea3a8b4b0 100644 --- a/x11/xbindkeys-tk/Makefile +++ b/x11/xbindkeys-tk/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:11:45 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/12/08 16:16:12 obache Exp $ # .include "../../x11/xbindkeys/Makefile.common" PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/} -PKGREVISION= 2 COMMENT+= (Tk interface) -DEPENDS+= xbindkeys>=1.7.1:../../x11/xbindkeys +DEPENDS+= xbindkeys>=1.7.3:../../x11/xbindkeys DEPENDS+= tk>=8.3.4:../../x11/tk NO_CONFIGURE= yes |