diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-14 09:33:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-14 09:33:27 +0000 |
commit | 57c2bbdaa795a6b6b71287b524652579d88486bf (patch) | |
tree | b3bc973b1060e2deecd7e7f33450f8f07cbc2719 /games | |
parent | a548ee3258123bfa171e35bd61bb6508b4adf361 (diff) | |
download | ports-57c2bbdaa795a6b6b71287b524652579d88486bf.tar.gz ports-57c2bbdaa795a6b6b71287b524652579d88486bf.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/jfduke3d/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/games/jfduke3d/Makefile b/games/jfduke3d/Makefile index 699f3bde379a..2015a7379c80 100644 --- a/games/jfduke3d/Makefile +++ b/games/jfduke3d/Makefile @@ -37,16 +37,8 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -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" +.if ${ARCH} != "i386" +BROKEN= "Does not build on !i386 (hardcodes i386-specific compiler flags)" .endif pre-build: |