diff options
author | gson <gson@pkgsrc.org> | 2010-04-13 12:22:27 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2010-04-13 12:22:27 +0000 |
commit | 4a009ccf499182d3bbf09e3dcf0b7f9b4d8cdb3c (patch) | |
tree | b60fc50141518c0e29ee2291ca7d3b559d1774e2 /misc/py-anita/Makefile | |
parent | c42f44c8bc075f97422ba0402cda47dae15fd852 (diff) | |
download | pkgsrc-4a009ccf499182d3bbf09e3dcf0b7f9b4d8cdb3c.tar.gz |
Update misc/py-anita to 1.11. Change since 1.10:
Remove '-serial stdio' from qemu argument list. It's not actually
needed when the '-nographic' option is present, and it confuses
qemu 0.12.
Diffstat (limited to 'misc/py-anita/Makefile')
-rw-r--r-- | misc/py-anita/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index 8146a68f96c..e544768716c 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/04/10 18:33:46 gson Exp $ +# $NetBSD: Makefile,v 1.7 2010/04/13 12:22:27 gson Exp $ # -DISTNAME= anita-1.10 +DISTNAME= anita-1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ |