summaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2006-09-08 16:17:40 +0000
committerxtraeme <xtraeme@pkgsrc.org>2006-09-08 16:17:40 +0000
commit3320bceea303b2c2591e9b8ed6eee50ca929384c (patch)
tree54e471df9cffec24bdfa031f19561898f1ed04f0 /emulators/qemu
parentb979ec2c801c2e69ea2eb07f3af03e1ff463632f (diff)
downloadpkgsrc-3320bceea303b2c2591e9b8ed6eee50ca929384c.tar.gz
There's no need to use GCC_REQD+= 3.4 because 3.0 is enough.
Pointed out by jmmv.
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 056a5eed056..081169b427e 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/09/08 15:27:31 xtraeme Exp $
+# $NetBSD: Makefile,v 1.37 2006/09/08 16:17:40 xtraeme Exp $
#
DISTNAME= qemu-0.8.2
@@ -20,7 +20,6 @@ HAS_CONFIGURE= yes
GCC_REQD+= 3.0
.if !empty(OPSYS:NetBSD-4*)
-GCC_REQD+= 3.4
USE_PKGSRC_GCC= yes
.endif