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