aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/snes9x
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-03-12 15:03:04 +0800
committerasami <asami@FreeBSD.org>2000-03-12 15:03:04 +0800
commit4a5313a14dfbd8256d173bcd69d62099a5b8cf42 (patch)
tree96ad283071bafda1023efdf62161026709a21f65 /emulators/snes9x
parenta0e29a40006bc971f3fdf9474e385bbdfb959890 (diff)
downloadfreebsd-ports-graphics-4a5313a14dfbd8256d173bcd69d62099a5b8cf42.tar.gz
freebsd-ports-graphics-4a5313a14dfbd8256d173bcd69d62099a5b8cf42.tar.zst
freebsd-ports-graphics-4a5313a14dfbd8256d173bcd69d62099a5b8cf42.zip
Mark FORBIDDEN on alpha, it builds but doesn't run.
Submitted by: green Reviewed by: steve
Diffstat (limited to 'emulators/snes9x')
-rw-r--r--emulators/snes9x/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index 353cbc6dcef..7ebbb901938 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