diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-09-11 11:25:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-09-11 11:25:49 +0000 |
commit | 2fa8412b29a1708bd3849b35eaf1904ee9ca6593 (patch) | |
tree | e7e8170945877c7833297b292bd24a4459a78692 /emulators | |
parent | 418cd5cef5af8dfada3b184a93535b58991489b8 (diff) | |
download | pkgsrc-2fa8412b29a1708bd3849b35eaf1904ee9ca6593.tar.gz |
Fix typo: s/OPSYS/MACHINE_ARCH/
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 081169b427e..0622398abd2 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/09/08 16:17:40 xtraeme Exp $ +# $NetBSD: Makefile,v 1.38 2006/09/11 11:25:49 xtraeme Exp $ # DISTNAME= qemu-0.8.2 @@ -19,7 +19,7 @@ HAS_CONFIGURE= yes GCC_REQD+= 3.0 -.if !empty(OPSYS:NetBSD-4*) +.if !empty(MACHINE_PLATFORM:NetBSD-4*) USE_PKGSRC_GCC= yes .endif |