diff options
author | swills <swills@FreeBSD.org> | 2014-11-17 03:09:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-11-17 03:09:47 +0800 |
commit | cb7283df1afb2bc2dab857b6d80db2fd0400a26b (patch) | |
tree | 5cf0f6103fdf7d3a3228584c2d8f339d8f4d17dc | |
parent | 5b5952f8db8d23cff3d923b3e8bc0da8fd99cc0f (diff) | |
download | freebsd-ports-gnome-cb7283df1afb2bc2dab857b6d80db2fd0400a26b.tar.gz freebsd-ports-gnome-cb7283df1afb2bc2dab857b6d80db2fd0400a26b.tar.zst freebsd-ports-gnome-cb7283df1afb2bc2dab857b6d80db2fd0400a26b.zip |
devel/rubygem-glib2: no longer broken with ruby 2.1
-rw-r--r-- | devel/rubygem-glib2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/rubygem-glib2/Makefile b/devel/rubygem-glib2/Makefile index 0f9af3d86de3..f81c5dd6494f 100644 --- a/devel/rubygem-glib2/Makefile +++ b/devel/rubygem-glib2/Makefile @@ -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> |