summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-09-08 16:17:40 +0000
committerxtraeme <xtraeme>2006-09-08 16:17:40 +0000
commit7a544207d85ab9f892e5b45c4de47a88922767e4 (patch)
tree54e471df9cffec24bdfa031f19561898f1ed04f0 /emulators
parentf01f0a8e70726a316f45c6e68d44c401b62f700e (diff)
downloadpkgsrc-7a544207d85ab9f892e5b45c4de47a88922767e4.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')
-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