diff options
author | tnn <tnn@pkgsrc.org> | 2010-06-16 18:31:27 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-06-16 18:31:27 +0000 |
commit | 6609ba31cee298446bd5e333babf50dc8ea8caa8 (patch) | |
tree | 842c666e541e5e044a5fdb87cd48d62ef4037b53 /emulators | |
parent | 5e7aa396c9d4bb7b18caad3b68d3c2f14680fb5c (diff) | |
download | pkgsrc-6609ba31cee298446bd5e333babf50dc8ea8caa8.tar.gz |
needs zlib
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 2595d021b41..12450d55c73 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2010/05/17 14:31:07 tsutsui Exp $ +# $NetBSD: Makefile,v 1.68 2010/06/16 18:31:27 tnn Exp $ # DISTNAME= qemu-0.12.4 @@ -90,6 +90,7 @@ post-install: ${DESTDIR}${PREFIX}/share/doc/qemu/ .include "../../devel/SDL/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |