pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/ruby-squib games/ruby-squib: Fix dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1635d7b9c12c
branches:  trunk
changeset: 309868:1635d7b9c12c
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jun 25 05:47:37 2018 +0000

description:
games/ruby-squib: Fix dependency

Correct dependency to ruby-highline17.

diffstat:

 games/ruby-squib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r db7a80169ff1 -r 1635d7b9c12c games/ruby-squib/Makefile
--- a/games/ruby-squib/Makefile Sun Jun 24 23:15:25 2018 +0000
+++ b/games/ruby-squib/Makefile Mon Jun 25 05:47:37 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/06/24 14:18:33 taca Exp $
+# $NetBSD: Makefile,v 1.13 2018/06/25 05:47:37 taca Exp $
 
 DISTNAME=      squib-0.14.1
 PKGREVISION=   1
@@ -22,7 +22,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-rsvg>=3.2.1:../../graphics/ruby-gnome2-rsvg
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=3.2.1:../../devel/ruby-gnome2-gobject-introspection
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gio>=3.2.1:../../devel/ruby-gnome2-gio
-DEPENDS+=      ${RUBY_PKGPREFIX}-highline>=1.7.10<1.8:../../devel/ruby-highline17
+DEPENDS+=      ${RUBY_PKGPREFIX}-highline17>=1.7.10<1.8:../../devel/ruby-highline17
 
 RUBYGEM_OPTIONS+=      --format-executable
 



Home | Main Index | Thread Index | Old Index