summaryrefslogtreecommitdiff
path: root/games/galaxyhack
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-06-20 23:56:11 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-06-20 23:56:11 +0000
commit34b6b6b34b2b89feddb4c94e202ddaa6796bedd1 (patch)
tree3990f6573ddc356155f88be893ff6dd0fbf76d13 /games/galaxyhack
parentFix INDEX build on 4.x after archivers/bsdtar removal. (diff)
- IGNORE on all architectures with FreeBSD < 500000, not only i386 (now
x11-toolkits/paragui will be built in !i386, so non-i386 4.X builds will be attempted, which are going to fail). - Minor change on IGNORE message.
Notes
Notes: svn path=/head/; revision=165890
Diffstat (limited to 'games/galaxyhack')
-rw-r--r--games/galaxyhack/Makefile4
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)