diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 15:18:21 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 15:18:21 +0000 |
| commit | e26c3661c24bc36070b3020c68db0ff43e7d77ca (patch) | |
| tree | 2703fbe8bcf03de39899cafd5995d9925ee76f04 /lang/ruby-js | |
| parent | d0a74a8cb3d8215d884864aee55782838c3c981d (diff) | |
Notes
Diffstat (limited to 'lang/ruby-js')
| -rw-r--r-- | lang/ruby-js/Makefile | 8 |
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> |
