aboutsummaryrefslogtreecommitdiff
path: root/emulators/hercules
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:50:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:50:28 +0000
commit3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch)
tree50f793f00a7cb711970c62063687af6cd8625387 /emulators/hercules
parentec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (diff)
downloadports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.gz
ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200771
Diffstat (limited to 'emulators/hercules')
-rw-r--r--emulators/hercules/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile
index 099ce064e3b7..6e28203dfa37 100644
--- a/emulators/hercules/Makefile
+++ b/emulators/hercules/Makefile
@@ -42,10 +42,6 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= does not compile on FreeBSD 4.x
-.endif
-
.if defined(WITH_DEBUG)
CFLAGS+= -g
.endif