diff options
author | swills <swills@FreeBSD.org> | 2011-07-05 01:46:12 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-05 01:46:12 +0800 |
commit | 4590f93703cffdb21144e0bcdffee1e318b6b5d1 (patch) | |
tree | 12128d966c4353f14b667aef4bca4d4f66061324 /multimedia/ruby-flvtool2 | |
parent | ecff26c2f706f755a5e964a3cac1953e282e07f0 (diff) | |
download | freebsd-ports-gnome-4590f93703cffdb21144e0bcdffee1e318b6b5d1.tar.gz freebsd-ports-gnome-4590f93703cffdb21144e0bcdffee1e318b6b5d1.tar.zst freebsd-ports-gnome-4590f93703cffdb21144e0bcdffee1e318b6b5d1.zip |
- Mark as broken with Ruby 1.9
Approved by: portmgr
Diffstat (limited to 'multimedia/ruby-flvtool2')
-rw-r--r-- | multimedia/ruby-flvtool2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/ruby-flvtool2/Makefile b/multimedia/ruby-flvtool2/Makefile index acc9cf6e721a..db4d3cf5b78b 100644 --- a/multimedia/ruby-flvtool2/Makefile +++ b/multimedia/ruby-flvtool2/Makefile @@ -19,4 +19,8 @@ COMMENT= Manipulation tool for Macromedia Flash Video files USE_RUBY= yes USE_RUBY_SETUP= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include <bsd.port.post.mk> |