diff options
author | asami <asami@FreeBSD.org> | 2000-03-12 07:03:04 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-03-12 07:03:04 +0000 |
commit | 4a5313a14dfbd8256d173bcd69d62099a5b8cf42 (patch) | |
tree | 96ad283071bafda1023efdf62161026709a21f65 /emulators/snes9x/Makefile | |
parent | a0e29a40006bc971f3fdf9474e385bbdfb959890 (diff) | |
download | FreeBSD-ports-4a5313a14dfbd8256d173bcd69d62099a5b8cf42.zip FreeBSD-ports-4a5313a14dfbd8256d173bcd69d62099a5b8cf42.tar.gz |
Mark FORBIDDEN on alpha, it builds but doesn't run.
Submitted by: green
Reviewed by: steve
Diffstat (limited to 'emulators/snes9x/Makefile')
-rw-r--r-- | emulators/snes9x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 353cbc6..7ebbb90 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -17,6 +17,7 @@ MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm .elif ${MACHINE_ARCH} == alpha MAKEFILE= Makefile.alpha +FORBIDDEN= currently does not work on alpha .endif USE_GMAKE= YES |