diff options
author | dmcmahill <dmcmahill> | 2003-09-29 09:29:18 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-09-29 09:29:18 +0000 |
commit | 95a18f4c1bc95b768e1092a1e308263460986f44 (patch) | |
tree | 492628fe7228eba54eb9c5e2e007079e6b556867 /emulators | |
parent | fd77e2e9c61ed778f069d2bcbcb5b4a8a821a499 (diff) | |
download | pkgsrc-95a18f4c1bc95b768e1092a1e308263460986f44.tar.gz |
mark as only for i386 as this uses assembly code.
Diffstat (limited to 'emulators')
-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 |