diff options
author | gdt <gdt@pkgsrc.org> | 2013-06-17 20:13:37 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-06-17 20:13:37 +0000 |
commit | f4dcb15043173539816c1b93cd44a6b0c141cc9e (patch) | |
tree | 8c7cea129b0e5f1ba54551cea3c99e8b53b51388 /misc/py-anita | |
parent | 7f7837fb819924ee12e57c7e494401271ee7bef3 (diff) | |
download | pkgsrc-f4dcb15043173539816c1b93cd44a6b0c141cc9e.tar.gz |
Add a note about qemu version, pointing to the man page.
This is a comment-only change.
Diffstat (limited to 'misc/py-anita')
-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 |