From aa7ab7ae3fb6e289d64f756be40d5d4e8b6bd337 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 26 Jan 2008 22:24:58 +0000 Subject: [PATCH] - Mark IGNORE on FreeBSD 7.x and up, kernel module cannot be loaded PR: ports/118972 Submitted by: Marcus von Appen Approved by: maintainer timeout (jylefort; 1 month) --- devel/linux-js/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/linux-js/Makefile b/devel/linux-js/Makefile index 26d84d6e9c14..b83f4d5523dd 100644 --- a/devel/linux-js/Makefile +++ b/devel/linux-js/Makefile @@ -33,6 +33,10 @@ MAKE_ENV= WITHOUT_DEBUG=yes IGNORE= requires FreeBSD 5.3 or superior .endif +.if ${OSVERSION} >= 700000 +IGNORE= module cannot be loaded on FreeBSD 7.x +.endif + .if !exists(/usr/src/sys/Makefile) IGNORE= requires kernel source files .endif