diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-05 19:48:04 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-05 19:48:04 +0000 |
commit | 37ad036b89c5b71cddd18a7bd74e6452810c851c (patch) | |
tree | 149996ed8279102671dc8c17b73b6d27970ac44f /lang/p5-JavaScript-SpiderMonkey/Makefile | |
parent | f6daabd82ba120828784ed66b10dbbc5c94a51d6 (diff) | |
download | ports-37ad036b89c5b71cddd18a7bd74e6452810c851c.tar.gz ports-37ad036b89c5b71cddd18a7bd74e6452810c851c.zip |
Notes
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> |