pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/howm Allow build with ruby200 and ruby21.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2fc0892c06a
branches:  trunk
changeset: 632369:a2fc0892c06a
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Mar 26 13:26:45 2014 +0000

description:
Allow build with ruby200 and ruby21.

diffstat:

 misc/howm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 07fde9267a0f -r a2fc0892c06a misc/howm/Makefile
--- a/misc/howm/Makefile        Wed Mar 26 13:25:26 2014 +0000
+++ b/misc/howm/Makefile        Wed Mar 26 13:26:45 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/07/28 11:33:37 obache Exp $
+# $NetBSD: Makefile,v 1.9 2014/03/26 13:26:45 taca Exp $
 
 DISTNAME=      howm-1.4.1
 CATEGORIES=    misc
@@ -12,7 +12,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-migemo-[0-9]*:../../textproc/migemo
 DEPENDS+=      ${EMACS_PKGNAME_PREFIX}migemo-elisp-[0-9]*:../../textproc/migemo-elisp
 
-RUBY_VERSION_SUPPORTED= 193
+RUBY_VERSION_SUPPORTED= 21 200 193
 
 GNU_CONFIGURE= yes
 



Home | Main Index | Thread Index | Old Index