summaryrefslogtreecommitdiff
path: root/x11/keylaunch
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-15 16:55:14 +0000
committerjoerg <joerg>2007-01-15 16:55:14 +0000
commitff0ca038c5c6b07f654ee5bd2efeca9efb484df8 (patch)
tree0d9b07a430efcaa55fe0c5ff9a0a72c95a4aa4c8 /x11/keylaunch
parent16f70fc2fa29d05dcc9ebd24ef93c2ccc8b2cd94 (diff)
downloadpkgsrc-ff0ca038c5c6b07f654ee5bd2efeca9efb484df8.tar.gz
Modular Xorg support.
Diffstat (limited to 'x11/keylaunch')
-rw-r--r--x11/keylaunch/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile
index 3ec33ccaff9..870896eec21 100644
--- a/x11/keylaunch/Makefile
+++ b/x11/keylaunch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:31:09 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2007/01/15 16:58:16 joerg Exp $
#
DISTNAME= keylaunch-1.3.0
@@ -15,12 +15,11 @@ USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
-.include "../../mk/x11.buildlink3.mk"
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/keylaunch
${INSTALL_DATA} ${WRKSRC}/example_rc \
${PREFIX}/share/examples/keylaunch/keylaunch.rc
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"