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 | 4afe2cee46aed390b758b962f76fb2cd2bd31549 (patch) | |
tree | d8f3ddd1a20573ac483792c3ce15883ace6896c2 /lang/kaffe-x11 | |
parent | 1b30dd6172c61bf3dad9b049a9589a4e48e08ee6 (diff) | |
download | pkgsrc-4afe2cee46aed390b758b962f76fb2cd2bd31549.tar.gz |
Modular Xorg support.
Diffstat (limited to 'lang/kaffe-x11')
-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" |