diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-rouge/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/rubygem-rouge/Makefile b/textproc/rubygem-rouge/Makefile index 60b029fed7b8..c314c734a566 100644 --- a/textproc/rubygem-rouge/Makefile +++ b/textproc/rubygem-rouge/Makefile @@ -15,10 +15,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rougify -.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> |