diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-09-08 16:17:40 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-09-08 16:17:40 +0000 |
commit | 3320bceea303b2c2591e9b8ed6eee50ca929384c (patch) | |
tree | 54e471df9cffec24bdfa031f19561898f1ed04f0 /emulators | |
parent | b979ec2c801c2e69ea2eb07f3af03e1ff463632f (diff) | |
download | pkgsrc-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')
-rw-r--r-- | emulators/qemu/Makefile | 3 |
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 |