diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 09:02:44 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 09:02:44 +0800 |
commit | f7c0630cd25902e9d0299337f0075f1969f3c15c (patch) | |
tree | a943d8b41968bc02a35c01063aaf35f112a2ce09 /games/galaxyhack | |
parent | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff) | |
download | freebsd-ports-gnome-f7c0630cd25902e9d0299337f0075f1969f3c15c.tar.gz freebsd-ports-gnome-f7c0630cd25902e9d0299337f0075f1969f3c15c.tar.zst freebsd-ports-gnome-f7c0630cd25902e9d0299337f0075f1969f3c15c.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'games/galaxyhack')
-rw-r--r-- | games/galaxyhack/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile index a8e446ee520b..90a66a794bd8 100644 --- a/games/galaxyhack/Makefile +++ b/games/galaxyhack/Makefile @@ -34,10 +34,6 @@ FLEETS_FILE= gh_fleets_020906.zip .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= needs isspace() function in libc (FreeBSD >= 5.X) -.endif - .if defined(WITH_FLEETS) EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip DISTFILES+= ${FLEETS_FILE} |