summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2006-09-11 11:25:49 +0000
committerxtraeme <xtraeme@pkgsrc.org>2006-09-11 11:25:49 +0000
commit2fa8412b29a1708bd3849b35eaf1904ee9ca6593 (patch)
treee7e8170945877c7833297b292bd24a4459a78692 /emulators
parent418cd5cef5af8dfada3b184a93535b58991489b8 (diff)
downloadpkgsrc-2fa8412b29a1708bd3849b35eaf1904ee9ca6593.tar.gz
Fix typo: s/OPSYS/MACHINE_ARCH/
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
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