diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-09-29 09:29:18 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-09-29 09:29:18 +0000 |
commit | d677abe417de389dbbf6e0854be860eca862314a (patch) | |
tree | 492628fe7228eba54eb9c5e2e007079e6b556867 /emulators/dega | |
parent | b0ce6d036d087f3e59d55d30939b9c35d21088eb (diff) | |
download | pkgsrc-d677abe417de389dbbf6e0854be860eca862314a.tar.gz |
mark as only for i386 as this uses assembly code.
Diffstat (limited to 'emulators/dega')
-rw-r--r-- | emulators/dega/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/dega/Makefile b/emulators/dega/Makefile index 858aeabad9e..b0815cadca0 100644 --- a/emulators/dega/Makefile +++ b/emulators/dega/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/14 19:10:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/29 09:29:18 dmcmahill Exp $ # DISTNAME= dega-1.07 @@ -15,6 +15,9 @@ USE_BUILDLINK2= yes USE_GMAKE= yes USE_X11= yes +# Uses i386 assembly code +ONLY_FOR_PLATFORM= *-*-i386 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dega ${PREFIX}/bin |