diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2010-10-11 03:18:03 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2010-10-11 03:18:03 +0000 |
commit | 09b52c0c163e65191939b12a732861fe8dc4efd5 (patch) | |
tree | 8046a585358b89ce97d2aa8453ca7ad0cc1a4170 /games/r1q2/Makefile | |
parent | 54b52675de85c281ef0c120714dae62b8f1192a8 (diff) | |
download | ports-09b52c0c163e65191939b12a732861fe8dc4efd5.tar.gz ports-09b52c0c163e65191939b12a732861fe8dc4efd5.zip |
Notes
Diffstat (limited to 'games/r1q2/Makefile')
-rw-r--r-- | games/r1q2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/r1q2/Makefile b/games/r1q2/Makefile index 275718219575..2d9e4eec14ef 100644 --- a/games/r1q2/Makefile +++ b/games/r1q2/Makefile @@ -17,6 +17,8 @@ COMMENT= Enhaced Quake II client/server focusing on stability LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= sets the FPU rounding mode and precision (latter not available in fenv.h) USE_ZIP= yes USE_DOS2UNIX= yes USE_GMAKE= yes |