diff options
Diffstat (limited to 'lang/p5-JavaScript-SpiderMonkey/Makefile')
-rw-r--r-- | lang/p5-JavaScript-SpiderMonkey/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/p5-JavaScript-SpiderMonkey/Makefile b/lang/p5-JavaScript-SpiderMonkey/Makefile index 15408acdd618..9cd07a65ff94 100644 --- a/lang/p5-JavaScript-SpiderMonkey/Makefile +++ b/lang/p5-JavaScript-SpiderMonkey/Makefile @@ -30,8 +30,12 @@ MAN3= JavaScript::SpiderMonkey.3 .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 #inherited from lang/spidermonkey +BROKEN= does not compile on FreeBSD 4.x +.endif + .if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again +IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> |