summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-01 23:11:33 +0000
committerjoerg <joerg>2007-02-01 23:11:33 +0000
commit27b473b9958b152373f777756e694ecf8e3a2645 (patch)
treeb67f593cdde4402c397a7252db52fbec628743bc /wm
parentc434d68af65cf029d39481e3b9152f27905289a6 (diff)
downloadpkgsrc-27b473b9958b152373f777756e694ecf8e3a2645.tar.gz
Modular Xorg support.
Diffstat (limited to 'wm')
-rw-r--r--wm/bbkeys/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile
index be1e1d35d9a..a369a6046e4 100644
--- a/wm/bbkeys/Makefile
+++ b/wm/bbkeys/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/08/20 23:08:44 jschauma Exp $
+# $NetBSD: Makefile,v 1.20 2007/02/01 23:11:33 joerg Exp $
#
DISTNAME= bbkeys-0.8.6
@@ -16,5 +16,9 @@ GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_TOOLS+= perl:run
-.include "../../mk/x11.buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXt?= build
+
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"