aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-rjudy
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 07:44:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 07:44:43 +0000
commitf260e1805b5946a6f7d027536ff4345a7ed1d146 (patch)
treec2203d38db4bfec365a421b4c27df0719de3878c /devel/ruby-rjudy
parentc1492ad01d09ac50ef88df3b51fd6fdad7871144 (diff)
Notes
Diffstat (limited to 'devel/ruby-rjudy')
-rw-r--r--devel/ruby-rjudy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ruby-rjudy/Makefile b/devel/ruby-rjudy/Makefile
index c73039bf9125..dd96f351ea70 100644
--- a/devel/ruby-rjudy/Makefile
+++ b/devel/ruby-rjudy/Makefile
@@ -44,4 +44,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>