diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 18:24:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 18:24:54 +0000 |
commit | 003ed2fc1323a9f845390eb11b39f30ee7e2d968 (patch) | |
tree | 070ea6363f0a8a9fc6363806171a6663ec56b284 | |
parent | c076f840bdcc8b8a6793be40be8c486db1379e37 (diff) | |
download | pkgsrc-003ed2fc1323a9f845390eb11b39f30ee7e2d968.tar.gz |
Modular Xorg support.
-rw-r--r-- | emulators/minivmac/Makefile | 5 | ||||
-rw-r--r-- | sysutils/mtoolsfm/Makefile | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index e502990068d..21194a538c5 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:02 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/19 18:24:54 joerg Exp $ DISTNAME= minivmac-0.1.7.src PKGNAME= minivmac-0.1.7 @@ -19,8 +19,6 @@ DOCDIR= ${PREFIX}/share/doc/html/minivmac INSTALLATION_DIRS= bin -.include "../../mk/x11.buildlink3.mk" - do-build: cd ${WRKSRC}/tool/bash; ${SETENV} ${SCRIPTS_ENV} ${SH} build @@ -29,4 +27,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/drv/minivmac ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCDIR} +.include "../../x11/libXext/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/mtoolsfm/Makefile b/sysutils/mtoolsfm/Makefile index 86d6c5489fa..5d4327e82ba 100644 --- a/sysutils/mtoolsfm/Makefile +++ b/sysutils/mtoolsfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/06/09 09:50:37 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2007/02/19 18:26:51 joerg Exp $ # DISTNAME= MToolsFM-1.9-3 @@ -27,5 +27,4 @@ pre-configure: < MToolsFM.1.in > MToolsFM.1 .include "../../x11/gtk/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |