svn commit: r396003 - head/graphics/ruby-gd
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 3 16:24:37 UTC 2015
Author: sunpoet
Date: Thu Sep 3 16:24:36 2015
New Revision: 396003
URL: https://svnweb.freebsd.org/changeset/ports/396003
Log:
- Use BROKEN_RUBY21 and BROKEN_RUBY22
With hat: ruby
Modified:
head/graphics/ruby-gd/Makefile
Modified: head/graphics/ruby-gd/Makefile
==============================================================================
--- head/graphics/ruby-gd/Makefile Thu Sep 3 16:24:31 2015 (r396002)
+++ head/graphics/ruby-gd/Makefile Thu Sep 3 16:24:36 2015 (r396003)
@@ -17,6 +17,9 @@ COMMENT= Ruby extension library to use T
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>
More information about the svn-ports-all
mailing list