diff options
author | pooka <pooka@pkgsrc.org> | 2010-08-02 14:30:36 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2010-08-02 14:30:36 +0000 |
commit | 307722e03433f067b7282f247f1afa4160a70a69 (patch) | |
tree | 42102835dfd03137c7b2e84f1755e88cbc0f72a2 /misc | |
parent | 4473e7aac6c34f408ae7df9cd0708a460d74ce68 (diff) | |
download | pkgsrc-307722e03433f067b7282f247f1afa4160a70a69.tar.gz |
Update qemu dependecy to 0.12.3nb2, since earlier versions contain
a bug which causes fork from a threaded program to deadlock (this
is exercised heavily by the tests executed by "anita test").
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-anita/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index e544768716c..a2e08e14cba 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.7 2010/04/13 12:22:27 gson Exp $ +# $NetBSD: Makefile,v 1.8 2010/08/02 14:30:36 pooka Exp $ # DISTNAME= anita-1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ PYDISTUTILSPKG= yes -DEPENDS+= qemu>=0.9.0:../../emulators/qemu +DEPENDS+= qemu>=0.12.3nb2:../../emulators/qemu DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools MAINTAINER= gson@NetBSD.org |