aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-gd/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-03 16:24:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-03 16:24:36 +0000
commit91936ccc5805a87423976c8e45da6e9dfb83bd82 (patch)
tree2aff09806c721e885750b001c2c9cb7c978c0434 /graphics/ruby-gd/Makefile
parentdeef4267bce31056b16bffc9e1ba419e890ecad4 (diff)
downloadports-91936ccc5805a87423976c8e45da6e9dfb83bd82.tar.gz
ports-91936ccc5805a87423976c8e45da6e9dfb83bd82.zip
- Use BROKEN_RUBY21 and BROKEN_RUBY22
With hat: ruby
Notes
Notes: svn path=/head/; revision=396003
Diffstat (limited to 'graphics/ruby-gd/Makefile')
-rw-r--r--graphics/ruby-gd/Makefile11
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>