aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-03-12 15:03:04 +0800
committerSatoshi Asami <asami@FreeBSD.org>2000-03-12 15:03:04 +0800
commiteae72c6bb0a83ca0515da1dacf4f905c26869d33 (patch)
tree65eb22971b1fd460b9dd0321e420276d30d38cc9 /emulators
parent21f3a654ac59aefb3c8672556f44f1f737c976de (diff)
downloadfreebsd-ports-eae72c6bb0a83ca0515da1dacf4f905c26869d33.tar.gz
freebsd-ports-eae72c6bb0a83ca0515da1dacf4f905c26869d33.tar.zst
freebsd-ports-eae72c6bb0a83ca0515da1dacf4f905c26869d33.zip
Mark FORBIDDEN on alpha, it builds but doesn't run.
Submitted by: green Reviewed by: steve
Notes
Notes: svn path=/head/; revision=26780
Diffstat (limited to 'emulators')
-rw-r--r--emulators/snes9x/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index 353cbc6dcef4..7ebbb9019387 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