diff options
-rw-r--r-- | misc/py-anita/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index 9c89c45a715..ccb6430d927 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/04/23 17:16:45 gson Exp $ +# $NetBSD: Makefile,v 1.25 2013/06/17 20:13:37 gdt Exp $ # DISTNAME= anita-1.30 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gson.org/netbsd/anita/ COMMENT= Automated NetBSD Installation and Test Application LICENSE= isc +# qemu1 does not work reliably. See the anita(1) man page. DEPENDS+= qemu>=0.12.3nb2:../../emulators/qemu0 DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect |