Date: Sun, 16 Nov 2014 19:09:47 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372646 - head/devel/rubygem-glib2 Message-ID: <201411161909.sAGJ9leZ046489@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Nov 16 19:09:47 2014 New Revision: 372646 URL: https://svnweb.freebsd.org/changeset/ports/372646 QAT: https://qat.redports.org/buildarchive/r372646/ Log: devel/rubygem-glib2: no longer broken with ruby 2.1 Modified: head/devel/rubygem-glib2/Makefile Modified: head/devel/rubygem-glib2/Makefile ============================================================================== --- head/devel/rubygem-glib2/Makefile Sun Nov 16 19:09:17 2014 (r372645) +++ head/devel/rubygem-glib2/Makefile Sun Nov 16 19:09:47 2014 (r372646) @@ -15,10 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} == 2.1 -BROKEN= Does not build with Ruby 2.1 -.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?201411161909.sAGJ9leZ046489>