aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-02 23:33:33 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-02 23:33:33 +0800
commit99fd152570949f97c7aa32e3e94458bebcc7364e (patch)
treeae9c20fdce20308c853bc29cbd09571a98565776 /textproc
parentbbc69b4bc592ec1559457d34f7780321f9366914 (diff)
downloadfreebsd-ports-gnome-99fd152570949f97c7aa32e3e94458bebcc7364e.tar.gz
freebsd-ports-gnome-99fd152570949f97c7aa32e3e94458bebcc7364e.tar.zst
freebsd-ports-gnome-99fd152570949f97c7aa32e3e94458bebcc7364e.zip
Fix build on Ruby prior to 2.5
Ruby 2.5 bundled RDoc 6.0.1. Due to unknown RDoc issue, RDoc prior to 6.0.0.beta1+ failed to parse the regex in lib/liquid/tag/parser.rb. Upstream also set "has_rdoc = false" in gemspec.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-liquid-tag-parser/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/rubygem-liquid-tag-parser/Makefile b/textproc/rubygem-liquid-tag-parser/Makefile
index b971dc5ee74c..6f1e8cc4a07d 100644
--- a/textproc/rubygem-liquid-tag-parser/Makefile
+++ b/textproc/rubygem-liquid-tag-parser/Makefile
@@ -18,4 +18,6 @@ NO_ARCH= yes
USE_RUBY= yes
USES= gem
+NOPORTDOCS= yes
+
.include <bsd.port.mk>