diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-15 22:03:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-15 22:03:55 +0000 |
commit | 41e80b4122fed866f18a166da26fc80d99a4e18c (patch) | |
tree | c29dc508cdd8d93884af49db490df9bd544239f8 /emulators | |
parent | 3d624fae4daebd2259e14f228f04260452cbde02 (diff) | |
download | pkgsrc-41e80b4122fed866f18a166da26fc80d99a4e18c.tar.gz |
Mark as i386 only (uses i386 assembler). Noted by snj.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Cygne-SDL/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile index d637618c713..55a72efefbd 100644 --- a/emulators/Cygne-SDL/Makefile +++ b/emulators/Cygne-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:40 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/15 22:03:55 wiz Exp $ # DISTNAME= Cygne-SDL-0.1-src @@ -19,6 +19,9 @@ USE_BUILDLINK3= yes MAKEFILE= Makefiles/Makefile.unix NO_CONFIGURE= yes +# Uses i386 assembly code +ONLY_FOR_PLATFORM= *-*-i386 + post-build: cd ${WRKSRC}/../WonderSnake && \ ${LOCALBASE}/bin/zip Wondersnake.zip Wondersnake.wsc |