diff options
author | tron <tron@pkgsrc.org> | 1999-06-20 20:49:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-20 20:49:28 +0000 |
commit | 0eb0234d0d184715f6af223e4c18be9359b3d59f (patch) | |
tree | fd34bb7515571b508563b0d3c887a757938f858e /emulators/uae | |
parent | 7c50d0f728b18d1dce773765625762e28ed0af7d (diff) | |
download | pkgsrc-0eb0234d0d184715f6af223e4c18be9359b3d59f.tar.gz |
UAE doesn't build on arm32.
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index e0b54c3607c..227d711f383 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/06/19 14:56:49 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/06/20 20:49:28 tron Exp $ DISTNAME= uae-0.8.8 CATEGORIES= emulators @@ -7,6 +7,8 @@ MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.freiburg.linux.de/~uae/ +NOT_FOR_PLATFORM= *-*-arm32 + USE_GMAKE= yes USE_X11= yes GNU_CONFIGURE= yes |