diff options
Diffstat (limited to 'textproc/xhtmldiff/Makefile')
-rw-r--r-- | textproc/xhtmldiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xhtmldiff/Makefile b/textproc/xhtmldiff/Makefile index 98675f1f40d..8ca679b1f3d 100644 --- a/textproc/xhtmldiff/Makefile +++ b/textproc/xhtmldiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/04/04 15:30:01 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/07 17:20:27 taca Exp $ DISTNAME= xhtmldiff-1.2.2 PKGREVISION= 1 @@ -12,6 +12,8 @@ COMMENT= Tool for generating valid XHTML redline documents DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs +RUBY_VERSION_SUPPORTED= 18 + GEM_BUILD= gemspec post-extract: |