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/eduke32 | |
parent | 5b49925cc3a2f20858c20d768547a4f6797b7902 (diff) | |
download | ports-295a4104f9f0c6be063e74417caf86d8d3e6bae6.tar.gz ports-295a4104f9f0c6be063e74417caf86d8d3e6bae6.zip |
Notes
Diffstat (limited to 'games/eduke32')
-rw-r--r-- | games/eduke32/Makefile | 2 |
1 files changed, 2 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 |