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/fmsx | |
parent | 5c59a2a3b312688555f72542ec66c998933e3484 (diff) | |
download | pkgsrc-71f86de0c652b7fa8b68c7a094ac8378256e8f8f.tar.gz |
Modular Xorg support.
Diffstat (limited to 'emulators/fmsx')
-rw-r--r-- | emulators/fmsx/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |