diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-06 15:41:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-06 15:41:49 +0000 |
commit | 30ef2d1165b32b839fa79eaa8cba185357aa83a6 (patch) | |
tree | d8f3ddd1a20573ac483792c3ce15883ace6896c2 /lang | |
parent | db46cd64abec57b6436bc02ca793519a18f93fab (diff) | |
download | pkgsrc-30ef2d1165b32b839fa79eaa8cba185357aa83a6.tar.gz |
Modular Xorg support.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kaffe-x11/Makefile | 5 |
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" |