summaryrefslogtreecommitdiff
path: root/x11/xbindkeys-tk
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-25 21:44:42 +0000
committerminskim <minskim>2004-12-25 21:44:42 +0000
commit2f5cd46ce7c0059631efe5447ca8c5325ede77b4 (patch)
treebbedeb977b21a350a850117ae9823f1d99a11e9c /x11/xbindkeys-tk
parent88d2a8d8845fa0d340f5ad24488dee87d4d9e113 (diff)
downloadpkgsrc-2f5cd46ce7c0059631efe5447ca8c5325ede77b4.tar.gz
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 (limited to 'x11/xbindkeys-tk')
-rw-r--r--x11/xbindkeys-tk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile
index 7c226104a07..186b0fb3acd 100644
--- a/x11/xbindkeys-tk/Makefile
+++ b/x11/xbindkeys-tk/Makefile
@@ -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 @@ do-install:
${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"