pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/dega mark as only for i386 as this uses asse...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc2f9301ca21
branches:  trunk
changeset: 462266:dc2f9301ca21
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Sep 29 09:29:18 2003 +0000

description:
mark as only for i386 as this uses assembly code.

diffstat:

 emulators/dega/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0c3ccad937fa -r dc2f9301ca21 emulators/dega/Makefile
--- a/emulators/dega/Makefile   Mon Sep 29 09:20:12 2003 +0000
+++ b/emulators/dega/Makefile   Mon Sep 29 09:29:18 2003 +0000
@@ -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_GMAKE=     yes
 USE_X11=       yes
 
+# Uses i386 assembly code
+ONLY_FOR_PLATFORM=     *-*-i386
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/dega ${PREFIX}/bin
 



Home | Main Index | Thread Index | Old Index