diff options
author | joerg <joerg> | 2007-02-06 15:41:49 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-06 15:41:49 +0000 |
commit | 204736aae99f82c9832f08fce56d2aec48b2f3d7 (patch) | |
tree | d8f3ddd1a20573ac483792c3ce15883ace6896c2 /lang/kaffe-x11/Makefile | |
parent | 79735c378df910a476a85fe3d11d6293f6b265ec (diff) | |
download | pkgsrc-204736aae99f82c9832f08fce56d2aec48b2f3d7.tar.gz |
Modular Xorg support.
Diffstat (limited to 'lang/kaffe-x11/Makefile')
-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" |