From c7790fb9af42c22ccec03cde89302b9e4285fa69 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 19 Feb 2007 11:55:43 +0000 Subject: Modular Xorg support. --- emulators/fmsx/Makefile | 6 +++--- emulators/gnuboy/Makefile | 10 +++++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index de67d300575..03582276317 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/10/04 21:38:37 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/02/19 11:55:43 joerg Exp $ DISTNAME= fMSX24.tar PKGNAME= fmsx-2.4 @@ -36,8 +36,6 @@ MAKE_ENV+= DEFS=${DEFS:Q} INSTALLATION_DIRS= bin -.include "../../mk/x11.buildlink3.mk" - post-extract: @${RM} ${WRKSRC}/CMOS.ROM @${CHMOD} -R a+r ${WRKSRC} @@ -54,6 +52,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/*.ROM ${PREFIX}/share/fmsx ${INSTALL_DATA} ${WRKSRC}/fMSX.html ${PREFIX}/share/doc/html +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" # XXX It would be nice to customize for each user's display, but this diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 91714f544d2..e9f6217f6ed 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:01 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/19 11:56:55 joerg Exp $ DISTNAME= gnuboy-1.0.3 PKGREVISION= 2 @@ -13,8 +13,6 @@ GNU_CONFIGURE= yes INSTALLATION_DIRS= bin -.include "../../mk/x11.buildlink3.mk" - do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuboy ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnuboy @@ -24,4 +22,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/docs/* \ ${PREFIX}/share/doc/gnuboy/ +BUILDLINK_DEPMETHOD.libXt?= build + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3