diff options
author | kristerw <kristerw@pkgsrc.org> | 2000-07-28 19:27:58 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2000-07-28 19:27:58 +0000 |
commit | 2021486cddc03d98e49a98e060d098b0ade6fccd (patch) | |
tree | af636f97906a7c3fbd48cb907417fa597b6f512e /emulators/uae/Makefile | |
parent | b66e4869a31ca5f1ddd2bba4c7545fb955106043 (diff) | |
download | pkgsrc-2021486cddc03d98e49a98e060d098b0ade6fccd.tar.gz |
Make the cpu emulation work for non-i386 machines.
Removed the 'NOT_FOR_PLATFORM'.
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r-- | emulators/uae/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index d5ed46d01d3..05cd80a2115 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/07/24 20:10:10 martin Exp $ +# $NetBSD: Makefile,v 1.8 2000/07/28 19:27:58 kristerw Exp $ DISTNAME= uae-0.8.13 CATEGORIES= emulators @@ -7,8 +7,6 @@ MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/ MAINTAINER= kristerw@netbsd.org HOMEPAGE= http://www.freiburg.linux.de/~uae/ -NOT_FOR_PLATFORM= *-*-arm32 - USE_GMAKE= yes USE_X11= yes GNU_CONFIGURE= yes |