diff options
author | swills <swills@FreeBSD.org> | 2015-04-08 02:36:33 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-08 02:36:33 +0800 |
commit | 110714efbcf87107a5b59a2d003c9f76ab80e48c (patch) | |
tree | 947bfe28a8194d01e24b341b2ad54e6feab23b71 /textproc | |
parent | 1db857f5df25d3fc617df02980749baa1befc602 (diff) | |
download | freebsd-ports-gnome-110714efbcf87107a5b59a2d003c9f76ab80e48c.tar.gz freebsd-ports-gnome-110714efbcf87107a5b59a2d003c9f76ab80e48c.tar.zst freebsd-ports-gnome-110714efbcf87107a5b59a2d003c9f76ab80e48c.zip |
textproc/rubygem-rouge: not broken with newer ruby now
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> |