diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-04 00:24:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-04 00:24:36 +0800 |
commit | 30b4f5f272869c3223a4392388e11d947d6561ad (patch) | |
tree | 2aff09806c721e885750b001c2c9cb7c978c0434 /graphics | |
parent | 6a8cdcc448db4827ea871ef63f702283ee14562c (diff) | |
download | freebsd-ports-gnome-30b4f5f272869c3223a4392388e11d947d6561ad.tar.gz freebsd-ports-gnome-30b4f5f272869c3223a4392388e11d947d6561ad.tar.zst freebsd-ports-gnome-30b4f5f272869c3223a4392388e11d947d6561ad.zip |
- Use BROKEN_RUBY21 and BROKEN_RUBY22
With hat: ruby
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gd/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 5839d9f066b4..7c842b3ce414 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -17,6 +17,9 @@ COMMENT= Ruby extension library to use Thomas Boutell's gd library LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libgd.so:${PORTSDIR}/graphics/gd +BROKEN_RUBY21= yes +BROKEN_RUBY22= yes + USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -87,10 +90,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} >= 2.1 -BROKEN= Does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |