diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-17 15:12:14 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-17 15:12:14 +0000 |
commit | 80a35eed32a8e3dad1d872598fc48aa5d5cddaee (patch) | |
tree | deafcd17553bb9182ace737aa22ea6a61b18ccf2 /x11/xbindkeys-tk | |
parent | 280521520990c3915b07e93ecb3a48ec2f443e97 (diff) | |
download | pkgsrc-80a35eed32a8e3dad1d872598fc48aa5d5cddaee.tar.gz |
This depends on Tk, obviously.
Diffstat (limited to 'x11/xbindkeys-tk')
-rw-r--r-- | x11/xbindkeys-tk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile index b6053fa6f1f..751d227ba72 100644 --- a/x11/xbindkeys-tk/Makefile +++ b/x11/xbindkeys-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/17 15:10:25 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/17 15:12:14 jmmv Exp $ # .include "../../x11/xbindkeys/Makefile.common" @@ -15,4 +15,5 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/xbindkeys_show ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/xbindkeys_show.1 ${PREFIX}/man/man1 +.include "../../x11/tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |