diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-20 22:40:34 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-20 22:40:34 +0000 |
commit | bec07439a9987c9bab2123015980bb6b5c2393d1 (patch) | |
tree | 538b36a1831a06e658f182f561fe9b8b9db53684 /x11/xbindkeys-tk | |
parent | ab680100a44d8b1aa8c81a070c4f86d622a09640 (diff) | |
download | pkgsrc-bec07439a9987c9bab2123015980bb6b5c2393d1.tar.gz |
Update xbindkeys{,-tk} to 1.7.1. Changes since 1.6.5:
1.7.1:
Verbose mode is not started as daemon by default.
Check rc file before starting as daemon (so warning about
configuration files are visible).
1.7.0:
Add guile/scheme configurtion file style (Many thanks to Marcello
Mathias Herreshoff).
Diffstat (limited to 'x11/xbindkeys-tk')
-rw-r--r-- | x11/xbindkeys-tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile index 72648326292..7c226104a07 100644 --- a/x11/xbindkeys-tk/Makefile +++ b/x11/xbindkeys-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/08 20:27:17 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/20 22:40:34 jmmv Exp $ # .include "../../x11/xbindkeys/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/} COMMENT+= (Tk interface) -DEPENDS+= xbindkeys>=1.6.5:../../x11/xbindkeys +DEPENDS+= xbindkeys>=1.7.1:../../x11/xbindkeys NO_CONFIGURE= # defined NO_BUILD= # defined |