summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-19 18:24:54 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-19 18:24:54 +0000
commit003ed2fc1323a9f845390eb11b39f30ee7e2d968 (patch)
tree070ea6363f0a8a9fc6363806171a6663ec56b284 /emulators
parentc076f840bdcc8b8a6793be40be8c486db1379e37 (diff)
downloadpkgsrc-003ed2fc1323a9f845390eb11b39f30ee7e2d968.tar.gz
Modular Xorg support.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/minivmac/Makefile5
1 files changed, 2 insertions, 3 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"