diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 10:46:32 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 10:46:32 +0000 |
commit | 1c9703aee9cac5f71ab8abc8114442b8238ec3b7 (patch) | |
tree | 5c671894ad52c68ea64bc28e96c8c3f0c792597c | |
parent | 4913bf0576f9d2e7c8a02bcf0592e4bc030f5932 (diff) | |
download | pkgsrc-1c9703aee9cac5f71ab8abc8114442b8238ec3b7.tar.gz |
Uses i386 assembler.
-rw-r--r-- | emulators/z26/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/z26/Makefile b/emulators/z26/Makefile index 3d2ddf93071..1c007b4b253 100644 --- a/emulators/z26/Makefile +++ b/emulators/z26/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/29 23:36:33 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/01/01 10:46:32 dholland Exp $ # DISTNAME= z26v213 @@ -13,6 +13,7 @@ COMMENT= Atari 2600 Emulator BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm +# Uses i386 assembler. ONLY_FOR_PLATFORM+= *-*-i386 WRKSRC= ${WRKDIR}/z26_snapshot-20040523 |