diff options
author | taca <taca@pkgsrc.org> | 2010-09-07 17:20:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-07 17:20:24 +0000 |
commit | 72147b96ab06e2b9ba055685a62e6ba84b3003e1 (patch) | |
tree | 863f7f355b58052b95a57f7d0ca9c9cef8e22234 /textproc/xhtmldiff | |
parent | 1a4b88380de4a9bad30df320617f55bf20775fa5 (diff) | |
download | pkgsrc-72147b96ab06e2b9ba055685a62e6ba84b3003e1.tar.gz |
* Mark these packages Ruby 1.8.x support only.
* Add some comments and a little clean up.
No functional change.
Diffstat (limited to 'textproc/xhtmldiff')
-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: |