diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-04 15:48:33 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-04 15:48:33 +0000 |
commit | 3dc26cb7434b11fba47a48c293c4f5f69173f5cc (patch) | |
tree | 74ab2ca740f93588e5df396697c05088c4fdee87 /japanese/ruby-eb | |
parent | 6fff04ceff8a972939381dc62a77b9861fc13119 (diff) | |
download | ports-3dc26cb7434b11fba47a48c293c4f5f69173f5cc.tar.gz ports-3dc26cb7434b11fba47a48c293c4f5f69173f5cc.zip |
Notes
Diffstat (limited to 'japanese/ruby-eb')
-rw-r--r-- | japanese/ruby-eb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile index ca69697c617e..5038a21af696 100644 --- a/japanese/ruby-eb/Makefile +++ b/japanese/ruby-eb/Makefile @@ -28,6 +28,10 @@ EXAMPLES= hook2.rb test.rb .include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif + PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} post-install: |