diff options
Diffstat (limited to 'devel')
-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> |