diff options
author | swills <swills@FreeBSD.org> | 2014-11-12 10:58:43 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-11-12 10:58:43 +0800 |
commit | fb6acaf4f66450c0d50f314a562b2ef47b8b3b8e (patch) | |
tree | 31322c5097f38226d21dc826f1997b479114e330 /graphics | |
parent | 3d41615bd860a29d6bd52a55885999122fb3b5db (diff) | |
download | freebsd-ports-gnome-fb6acaf4f66450c0d50f314a562b2ef47b8b3b8e.tar.gz freebsd-ports-gnome-fb6acaf4f66450c0d50f314a562b2ef47b8b3b8e.tar.zst freebsd-ports-gnome-fb6acaf4f66450c0d50f314a562b2ef47b8b3b8e.zip |
Mark broken with Ruby 2.1
With hat: ruby@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rubygem-dragonfly/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/rubygem-dragonfly/Makefile b/graphics/rubygem-dragonfly/Makefile index ca1fc5845ead..7bf4f9f1f96f 100644 --- a/graphics/rubygem-dragonfly/Makefile +++ b/graphics/rubygem-dragonfly/Makefile @@ -17,4 +17,10 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} == 2.1 +BROKEN= Does not build with Ruby 2.1 +.endif + +.include <bsd.port.post.mk> |