diff options
author | xtraeme <xtraeme> | 2006-09-11 11:33:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-09-11 11:33:24 +0000 |
commit | ba2dc1c0754b76f4ed03cf878213387ecf9b50e8 (patch) | |
tree | 3c3e2c8545c6c2ad74f4a94ea076b96b43547e4e /emulators | |
parent | 3378c825d2583b3ca526922f4e0931b70a55ef48 (diff) | |
download | pkgsrc-ba2dc1c0754b76f4ed03cf878213387ecf9b50e8.tar.gz |
Missing :M operator in previous, doh.
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 0622398abd2..85e886d97a3 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/09/11 11:25:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.39 2006/09/11 11:33:24 xtraeme Exp $ # DISTNAME= qemu-0.8.2 @@ -19,7 +19,7 @@ HAS_CONFIGURE= yes GCC_REQD+= 3.0 -.if !empty(MACHINE_PLATFORM:NetBSD-4*) +.if !empty(MACHINE_PLATFORM:MNetBSD-4*) USE_PKGSRC_GCC= yes .endif |