diff options
-rw-r--r-- | games/galaxyhack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile index 80897c88f9ab..b6e02baa5a82 100644 --- a/games/galaxyhack/Makefile +++ b/games/galaxyhack/Makefile @@ -35,8 +35,8 @@ FLEETS_FILE= gh_fleets_170406.zip .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" && ${OSVERSION} < 500000 -IGNORE= does not compile on FreeBSD < 5.X (needs isspace() function) +.if ${OSVERSION} < 500000 +IGNORE= needs isspace() function in libc (FreeBSD >= 5.X) .endif .if defined(WITH_FLEETS) |