Date: Thu, 3 Sep 2015 16:24:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396003 - head/graphics/ruby-gd Message-ID: <201509031624.t83GObGj035561@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031624.t83GObGj035561>