summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-01-28 14:11:52 +0000
committerwiz <wiz@pkgsrc.org>2013-01-28 14:11:52 +0000
commitdfb903ece6aa9f22ff00da561397ef7374ace863 (patch)
tree97b3813d0cbf3ad262eac7b72347f5255015ada0 /emulators
parent38c27b1b69f2277bdaf261dd9324bde77af70d84 (diff)
downloadpkgsrc-dfb903ece6aa9f22ff00da561397ef7374ace863.tar.gz
Add pixman dependency.
Otherwise, it tries to use the included copy, but fails because autoreconf is not found.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 136efb21fe2..554042d883a 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2013/01/24 17:52:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.106 2013/01/28 14:11:52 wiz Exp $
DISTNAME= qemu-1.3.0
CATEGORIES= emulators
@@ -126,6 +126,7 @@ post-install:
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/extension.mk"
+.include "../../x11/pixman/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"