aboutsummaryrefslogtreecommitdiffstats
path: root/lang/neko
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-06 04:36:33 +0800
committerpav <pav@FreeBSD.org>2009-01-06 04:36:33 +0800
commit460836ff23b6dcedf0492f75495022dc42f6eb99 (patch)
tree5c97de462ec70569d72e34d640782d1b9348d6de /lang/neko
parentfbbcbe4a59e1074c58bbdabf056cd9c13db27392 (diff)
downloadfreebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.gz
freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.zst
freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.zip
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'lang/neko')
-rw-r--r--lang/neko/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/neko/Makefile b/lang/neko/Makefile
index 76dc3dff69a2..7246e4c1e3a4 100644
--- a/lang/neko/Makefile
+++ b/lang/neko/Makefile
@@ -28,10 +28,6 @@ OPTIONS= APACHE13 "Build with mod_neko for Apache 1.3.x" off \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600000
-IGNORE= it is supported on FreeBSD 6.x and later
-.endif
-
# Neko needs boehm-gc with POSIX thread support.
BC_DIR!= cd ${PORTSDIR}/devel/boehm-gc && ${MAKE} -V WRKSRC
BC_MAKEARGS= BATCH=yes WITH_THREADING=true