diff options
author | garbled <garbled> | 1998-09-22 06:11:35 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-22 06:11:35 +0000 |
commit | 8bb5bacb2816c68350a34c6d6b876f65410233f4 (patch) | |
tree | a57492ad41e15476f90fc624ff3efd195d3a866e /emulators/xmame | |
parent | a7ac85aebfd7fca34193ee7fc63a34e7447f6200 (diff) | |
download | pkgsrc-8bb5bacb2816c68350a34c6d6b876f65410233f4.tar.gz |
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha. There may be more, but I haven't seen them yet.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 053af3e2925..47bb07db78c 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1998/09/07 23:20:04 mycroft Exp $ +# $NetBSD: Makefile,v 1.21 1998/09/22 06:11:36 garbled Exp $ # DISTNAME= xmame-0.34b2.2 @@ -6,6 +6,8 @@ CATEGORIES= emulators games x11 MASTER_SITES= ftp://drake.dit.upm.es/xmame/ftpsite/ EXTRACT_SUFX= .tgz +NOT_FOR_ARCHS= alpha #gcc lossage + MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://drake.dit.upm.es/~mame/ |