summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2008-12-17 00:53:48 +0000
committerhubertf <hubertf@pkgsrc.org>2008-12-17 00:53:48 +0000
commit576619ddc6cd89afc36a26a0e46d064ae9dc5dd4 (patch)
tree3ec8aa306f386ea6261bcdb3ce85642faa843e7b /emulators
parent3130e0a616ec73703575f98a530286d8984c2f39 (diff)
downloadpkgsrc-576619ddc6cd89afc36a26a0e46d064ae9dc5dd4.tar.gz
pkgsrc's gcc is required on NetBSD 5, too :(
Suggested by ahoka@
Diffstat (limited to 'emulators')
-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