summaryrefslogtreecommitdiff
path: root/lang/kaffe-x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-06 15:41:49 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-06 15:41:49 +0000
commit30ef2d1165b32b839fa79eaa8cba185357aa83a6 (patch)
treed8f3ddd1a20573ac483792c3ce15883ace6896c2 /lang/kaffe-x11
parentdb46cd64abec57b6436bc02ca793519a18f93fab (diff)
downloadpkgsrc-30ef2d1165b32b839fa79eaa8cba185357aa83a6.tar.gz
Modular Xorg support.
Diffstat (limited to 'lang/kaffe-x11')
-rw-r--r--lang/kaffe-x11/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/kaffe-x11/Makefile b/lang/kaffe-x11/Makefile
index f6f1509ae66..d1bd6f2da2d 100644
--- a/lang/kaffe-x11/Makefile
+++ b/lang/kaffe-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/06/11 14:27:21 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/02/06 15:41:49 joerg Exp $
#
.include "../../lang/kaffe/Makefile.common"
@@ -37,5 +37,6 @@ PRINT_PLIST_AWK+= /^@dirrm/ { print "@comment in kaffe: " $$0; next; }
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../lang/kaffe/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"