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 | 5b4f7ad50b10ef6002d3513991e9e45f9324e145 (patch) | |
tree | deafcd17553bb9182ace737aa22ea6a61b18ccf2 /x11/xbindkeys-tk | |
parent | a3d75cbc640aae15a2e4f6082d9f5d2cb5e27b72 (diff) | |
download | pkgsrc-5b4f7ad50b10ef6002d3513991e9e45f9324e145.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" |