summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2010-08-09 20:35:25 +0000
committertsutsui <tsutsui@pkgsrc.org>2010-08-09 20:35:25 +0000
commite6e63d6ceb3df82bd7e9ddf66842688bf611416e (patch)
treee0860f29f424bc3a1bd79d5143798a243db46000 /emulators
parent165e5f027b1c2c1b9c441d00d540307d07732f83 (diff)
downloadpkgsrc-e6e63d6ceb3df82bd7e9ddf66842688bf611416e.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)