pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xbindkeys-tk Relax Tk requirement so that the pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b4e39b0911f
branches:  trunk
changeset: 486268:1b4e39b0911f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Dec 25 21:44:42 2004 +0000

description:
Relax Tk requirement so that the package can be used with tk>=8.4.
While here, use DEPENDS instead of including tk/buildlink3.mk becuase
this package installs a tk script only.

Bump PKGREVISION due to the dependency change.

diffstat:

 x11/xbindkeys-tk/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 488c85d351ce -r 1b4e39b0911f x11/xbindkeys-tk/Makefile
--- a/x11/xbindkeys-tk/Makefile Sat Dec 25 21:26:27 2004 +0000
+++ b/x11/xbindkeys-tk/Makefile Sat Dec 25 21:44:42 2004 +0000
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2004/11/20 22:40:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/25 21:44:42 minskim Exp $
 #
 
 .include "../../x11/xbindkeys/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/xbindkeys/xbindkeys-tk/}
+PKGREVISION=   1
 COMMENT+=      (Tk interface)
 
 DEPENDS+=      xbindkeys>=1.7.1:../../x11/xbindkeys
+DEPENDS+=      tk>=8.3.4:../../x11/tk
 
 NO_CONFIGURE=  # defined
 NO_BUILD=      # defined
@@ -15,5 +17,4 @@
        ${INSTALL_SCRIPT} ${WRKSRC}/xbindkeys_show ${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/xbindkeys_show.1 ${PREFIX}/man/man1
 
-.include "../../x11/tk83/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index