summaryrefslogtreecommitdiff
path: root/devel/linux-js/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
commitd095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch)
treeca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /devel/linux-js/Makefile
parent- Remove conditional checks for FreeBSD 5.x and older (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225293
Diffstat (limited to 'devel/linux-js/Makefile')
-rw-r--r--devel/linux-js/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/linux-js/Makefile b/devel/linux-js/Makefile
index 8d150dc2580c..2c850415b86b 100644
--- a/devel/linux-js/Makefile
+++ b/devel/linux-js/Makefile
@@ -29,10 +29,6 @@ MAKE_ENV= WITHOUT_DEBUG=yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 503001
-IGNORE= requires FreeBSD 5.3 or superior
-.endif
-
.if !exists(/usr/src/sys/Makefile)
IGNORE= requires kernel source files
.endif