Skip to content

Commit fe6929b

Browse files
author
taca
committed
textproc/ruby-xhtmldiff: fix build on ruby40
Require RUBY_ALLOW_HAS_RDOC on ruby40.
1 parent 4047346 commit fe6929b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

textproc/ruby-xhtmldiff/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1 2017/06/04 16:49:35 taca Exp $
1+
# $NetBSD: Makefile,v 1.2 2026/02/09 07:53:33 taca Exp $
22

33
DISTNAME= xhtmldiff-1.2.2
44
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -14,6 +14,7 @@ COMMENT= Tool for generating valid XHTML redline documents
1414
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs
1515

1616
RUBYGEM_OPTIONS+= --format-executable
17+
RUBY_ALLOW_HAS_RDOC= # empty
1718

1819
pre-configure:
1920
${CP} ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE}

0 commit comments

Comments
 (0)