diff options
Diffstat (limited to 'emulators/z26')
-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 |