diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-08-31 17:27:24 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-08-31 17:27:24 +0000 |
commit | 295a4104f9f0c6be063e74417caf86d8d3e6bae6 (patch) | |
tree | f9f3bb9fbcf94f1d19f874604db2124f23818c81 /games | |
parent | 5b49925cc3a2f20858c20d768547a4f6797b7902 (diff) | |
download | ports-295a4104f9f0c6be063e74417caf86d8d3e6bae6.tar.gz ports-295a4104f9f0c6be063e74417caf86d8d3e6bae6.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/eduke32/Makefile | 2 | ||||
-rw-r--r-- | games/jfduke3d/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index c93594927a8c..c99cc3b62d1f 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -17,6 +17,8 @@ COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= uses x86 assembly code USE_ZIP= yes USE_GCC= 3.2+ USE_GMAKE= yes diff --git a/games/jfduke3d/Makefile b/games/jfduke3d/Makefile index 649a2d74fbff..d00385f5d9b5 100644 --- a/games/jfduke3d/Makefile +++ b/games/jfduke3d/Makefile @@ -23,6 +23,8 @@ COMMENT= Jonathon Fowler's Duke Nukem 3D Port BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= uses x86 assembly code USE_ZIP= yes USE_GCC= 3.2+ USE_GMAKE= yes |