diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 11:55:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 11:55:43 +0000 |
commit | 71f86de0c652b7fa8b68c7a094ac8378256e8f8f (patch) | |
tree | f5e8db4099861625712b7c701c94a4bf9d6d9aea /emulators | |
parent | 5c59a2a3b312688555f72542ec66c998933e3484 (diff) | |
download | pkgsrc-71f86de0c652b7fa8b68c7a094ac8378256e8f8f.tar.gz |
Modular Xorg support.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fmsx/Makefile | 6 | ||||
-rw-r--r-- | 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" |