aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby-js
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-29 15:18:21 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-29 15:18:21 +0000
commite26c3661c24bc36070b3020c68db0ff43e7d77ca (patch)
tree2703fbe8bcf03de39899cafd5995d9925ee76f04 /lang/ruby-js
parentd0a74a8cb3d8215d884864aee55782838c3c981d (diff)
Notes
Diffstat (limited to 'lang/ruby-js')
-rw-r--r--lang/ruby-js/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ruby-js/Makefile b/lang/ruby-js/Makefile
index 4d4130f72f7b..7ce81ae2c255 100644
--- a/lang/ruby-js/Makefile
+++ b/lang/ruby-js/Makefile
@@ -43,4 +43,10 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>