diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-09-17 07:51:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-09-17 07:51:56 +0000 |
commit | 2467a15380eef73a25401f77fcba05e8dfc5dc59 (patch) | |
tree | 976438cbffa26a70f9fcb84b42fcad5dd3b5a14c /emulators/qemu/Makefile | |
parent | 234733071da7cb0612f767ad3de97879c53efcdc (diff) | |
download | pkgsrc-2467a15380eef73a25401f77fcba05e8dfc5dc59.tar.gz |
Install html documentation, noted by hira@.
Bump PKGREVISION.
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index caa52951419..f9584e04665 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2006/09/16 21:39:30 adrianp Exp $ +# $NetBSD: Makefile,v 1.42 2006/09/17 07:51:56 xtraeme Exp $ # DISTNAME= qemu-0.8.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://fabrice.bellard.free.fr/qemu/ @@ -10,7 +10,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.qemu.org/ COMMENT= CPU emulator using dynamic translation -CONFLICTS+= qemu-bin-* +CONFLICTS+= qemu-bin-[0-9]* NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-* USE_TOOLS+= gmake perl:build |