diff options
Diffstat (limited to 'devel/ruby-rjudy/Makefile')
-rw-r--r-- | devel/ruby-rjudy/Makefile | 8 |
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> |