diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-16 18:14:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-16 18:14:33 +0000 |
commit | d0fcae31aa7ef6923ce0929c518e5f47a5841f1d (patch) | |
tree | 6b1b588d0a2c669f1f4115ac64332e9e053cb4c4 /games/jfduke3d | |
parent | 78e45acb14c0f2417362649121b8f8ab7a7cb037 (diff) |
Notes
Diffstat (limited to 'games/jfduke3d')
-rw-r--r-- | games/jfduke3d/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/jfduke3d/Makefile b/games/jfduke3d/Makefile index b218fb5d092b..d18afc93bbc3 100644 --- a/games/jfduke3d/Makefile +++ b/games/jfduke3d/Makefile @@ -40,6 +40,10 @@ SUB_FILES= pkg-message BROKEN= "Does not build on amd64" .endif +.if ${ARCH} == "ia64" +BROKEN= "Does not build on ia64" +.endif + .if ${OSVERSION} < 500000 BROKEN= "Can't build on 4.x" .endif |