diff options
author | tnn <tnn@pkgsrc.org> | 2010-10-30 20:06:52 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-10-30 20:06:52 +0000 |
commit | 36bfa4e58e487991274d9a346db1e24e3b2314b0 (patch) | |
tree | d59783e2d3828e6f8c0e15abeae9a3c90702a119 /sysutils/xentools33/Makefile | |
parent | 224a0a036c40323baec1bef7c7930078fd21ba4a (diff) | |
download | pkgsrc-36bfa4e58e487991274d9a346db1e24e3b2314b0.tar.gz |
Add patch from emulators/qemu to let NetBSD hvm guest use emulated wm(4) NIC.
Diffstat (limited to 'sysutils/xentools33/Makefile')
-rw-r--r-- | sysutils/xentools33/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools33/Makefile b/sysutils/xentools33/Makefile index 7bbabcf1a9a..eceee099472 100644 --- a/sysutils/xentools33/Makefile +++ b/sysutils/xentools33/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2010/05/05 06:12:35 cegger Exp $ +# $NetBSD: Makefile,v 1.22 2010/10/30 20:06:52 tnn Exp $ # VERSION= 3.3.2 DISTNAME= xen-${VERSION} PKGNAME= xentools33-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ EXTRACT_SUFX= .tar.gz |