diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-25 21:44:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-25 21:44:42 +0000 |
commit | a6e3b00cf023a8442d6b8cc46872729e53bf268c (patch) | |
tree | bbedeb977b21a350a850117ae9823f1d99a11e9c /x11 | |
parent | 37e7a93d5b08c046b75bfe0391344af850f5b4fc (diff) | |
download | pkgsrc-a6e3b00cf023a8442d6b8cc46872729e53bf268c.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')
-rw-r--r-- | x11/xbindkeys-tk/Makefile | 5 |
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" |