diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-12 07:03:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-12 07:03:04 +0000 |
commit | eae72c6bb0a83ca0515da1dacf4f905c26869d33 (patch) | |
tree | 65eb22971b1fd460b9dd0321e420276d30d38cc9 /emulators | |
parent | 21f3a654ac59aefb3c8672556f44f1f737c976de (diff) |
Notes
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 |