diff options
Diffstat (limited to 'emulators')
-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 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 |