diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-16 10:44:09 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-16 10:44:09 +0000 |
commit | 2f9f0a5da4de01bb850f5179be4e6ce41cb957e1 (patch) | |
tree | e09bae2759b43662daf072174d394e16aed310ec /x11 | |
parent | 6ad42a54de497552ed851276df3a17e9faf4a9da (diff) | |
download | pkgsrc-2f9f0a5da4de01bb850f5179be4e6ce41cb957e1.tar.gz |
One of the utilities in this package uses wish.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index e51959ae4b7..e773204a450 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/15 23:35:06 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/16 10:44:09 cjep Exp $ # DISTNAME= xbindkeys-1.5.5 @@ -13,5 +13,6 @@ USE_X11BASE= yes GNU_CONFIGURE= yes +.include "../../x11/tk/buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |