summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortsutsui <tsutsui>2010-08-09 20:35:25 +0000
committertsutsui <tsutsui>2010-08-09 20:35:25 +0000
commitdf5769fcead0bb0fe9f3f0829c6faeb78e3c92b4 (patch)
treee0860f29f424bc3a1bd79d5143798a243db46000 /emulators
parent3c891a575e69e61f34fa5a705aa8c77b12565da2 (diff)
downloadpkgsrc-df5769fcead0bb0fe9f3f0829c6faeb78e3c92b4.tar.gz
Remove nbd from UE_ARCHS. It's not UE but a tool,
and handled in PLIST.nbd and PLIST_VARS lines.
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 0ecf585659f..41848650740 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2010/08/09 20:28:32 tsutsui Exp $
+# $NetBSD: Makefile,v 1.71 2010/08/09 20:35:25 tsutsui Exp $
#
DISTNAME= qemu-0.12.4
@@ -61,7 +61,7 @@ BUILDLINK_PASSTHRU_RPATHDIRS+= /usr/lib
INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/qemu
UE_ARCHS+= alpha arm armeb cris i386 m68k microblaze mips mipsel
-UE_ARCHS+= nbd ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus
+UE_ARCHS+= ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus
UE_ARCHS+= sparc64 x86_64
.if !empty(OPSYS:M*BSD) || !empty(OPSYS:MDragonFly)