summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-19 17:49:03 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-19 17:49:03 +0000
commit97807dc83044da7675e1092aef80c9e75a0429a5 (patch)
tree82844d48d8c880db37a42cab16536092b295c683 /emulators
parenta3b521c01871351010ee31f2796ea9992192bf50 (diff)
downloadpkgsrc-97807dc83044da7675e1092aef80c9e75a0429a5.tar.gz
Modular Xorg support.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/pcemu/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile
index 9cfd051d9ce..6a0f7f91269 100644
--- a/emulators/pcemu/Makefile
+++ b/emulators/pcemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/02/17 19:23:54 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2007/02/19 17:52:53 joerg Exp $
DISTNAME= pcemu1.01alpha
PKGNAME= pcemu-1.01a
@@ -19,8 +19,6 @@ FONTS_DIRS.x11= ${PREFIX}/lib/pcemu/font
REQD_DIRS= ${PREFIX}/lib/pcemu/font
REQD_DIRS+= ${PREFIX}/lib/pcemu
-.include "../../mk/x11.buildlink3.mk"
-
do-configure:
cd ${WRKSRC}; \
${MKDIR} ${WRKSRC}/bootstrap; \
@@ -31,4 +29,5 @@ post-configure:
${WRKSRC}/foo
${MV} ${WRKSRC}/foo ${WRKSRC}/bootstrap/help.txt
+.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"