From 5173e3229f37a7806aa526508523793e47ec53d7 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 30 Jan 2007 23:06:18 +0000 Subject: Modular Xorg support. --- editors/xcoral/Makefile | 8 +++++--- editors/xwpe/Makefile | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'editors') diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index 98e21eae553..4fdbac702ee 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:33 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/30 23:06:18 joerg Exp $ DISTNAME= xcoral-3.2 PKGREVISION= 1 @@ -21,8 +21,6 @@ LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \ INSTALLATION_DIRS= bin -.include "../../mk/x11.buildlink3.mk" - do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/xcoral ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcoral/HTML/icons @@ -32,4 +30,8 @@ do-install: .endfor ${CP} -r ${WRKSRC}/Doc/* ${PREFIX}/share/doc/xcoral +BUILDLINK_DEPMETHOD.libXt?= build + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/xwpe/Makefile b/editors/xwpe/Makefile index 7336319347e..48a223e382a 100644 --- a/editors/xwpe/Makefile +++ b/editors/xwpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/17 17:56:10 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2007/01/30 23:09:50 joerg Exp $ # DISTNAME= xwpe-1.5.29a @@ -16,6 +16,9 @@ USE_NCURSES= yes # tigetstr() BUILD_TARGET= # the one from the Makefile +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../devel/ncurses/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3