summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-03-12 07:03:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-03-12 07:03:04 +0000
commiteae72c6bb0a83ca0515da1dacf4f905c26869d33 (patch)
tree65eb22971b1fd460b9dd0321e420276d30d38cc9 /emulators
parentFix typo (by me) and add manpage. (diff)
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