summaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorhubertf <hubertf>2008-12-17 00:53:48 +0000
committerhubertf <hubertf>2008-12-17 00:53:48 +0000
commit2e66b91f4367ac5dfa29df922d141ed5226f9ec9 (patch)
tree3ec8aa306f386ea6261bcdb3ce85642faa843e7b /emulators/qemu
parentcaa85c0e2c10e74ce51afe5261b00183ce391c44 (diff)
downloadpkgsrc-2e66b91f4367ac5dfa29df922d141ed5226f9ec9.tar.gz
pkgsrc's gcc is required on NetBSD 5, too :(
Suggested by ahoka@
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index a974de687af..bf4d9b67afd 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2008/08/04 06:55:39 obache Exp $
+# $NetBSD: Makefile,v 1.52 2008/12/17 00:53:48 hubertf Exp $
#
DISTNAME= qemu-0.9.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://bellard.org/qemu/
@@ -24,7 +24,7 @@ BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html
GCC_REQD+= 3.0
-.if !empty(MACHINE_PLATFORM:MNetBSD-4*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[4-9]*)
USE_PKGSRC_GCC= yes
.endif