diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-06-20 23:56:11 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-06-20 23:56:11 +0000 |
commit | 5fdb6b67288aad5379d8cf468364e8f6abb9e00a (patch) | |
tree | 7ad90c51828a70c21f1a1756a94a300bffdea008 /games | |
parent | 81ca7eae94a9651503be66d88593cc5bed6508ee (diff) | |
download | FreeBSD-ports-5fdb6b67288aad5379d8cf468364e8f6abb9e00a.zip FreeBSD-ports-5fdb6b67288aad5379d8cf468364e8f6abb9e00a.tar.gz |
- 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.
Diffstat (limited to 'games')
-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 80897c8..b6e02ba 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) |