pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/groonga fixes wrong dependency path.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b8f2bf04df0
branches:  trunk
changeset: 629534:5b8f2bf04df0
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jan 23 05:59:14 2014 +0000

description:
fixes wrong dependency path.

diffstat:

 textproc/groonga/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fe59f5862213 -r 5b8f2bf04df0 textproc/groonga/options.mk
--- a/textproc/groonga/options.mk       Thu Jan 23 00:08:50 2014 +0000
+++ b/textproc/groonga/options.mk       Thu Jan 23 05:59:14 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2013/12/04 14:01:15 obache Exp $
+# $NetBSD: options.mk,v 1.7 2014/01/23 05:59:14 obache Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.groonga
@@ -32,7 +32,7 @@
 #.include "../../lang/ruby/json.mk"
 BUILD_DEPENDS+=                ${RUBY_PKGPREFIX}-bundler-[0-9]*:../../misc/ruby-bundler
 BUILD_DEPENDS+=                ${RUBY_PKGPREFIX}-msgpack>=0.5.6:../../devel/ruby-msgpack
-BUILD_DEPENDS+=                ${RUBY_PKGPREFIX}-test-unit>=2.5.5:../../devel/ruby-msgpack
+BUILD_DEPENDS+=                ${RUBY_PKGPREFIX}-test-unit>=2.5.5:../../devel/ruby-test-unit
 BUILD_DEPENDS+=                ${RUBY_PKGPREFIX}-test-unit-notify>=1.0.1:../../devel/ruby-test-unit-notify
 .else
 CONFIGURE_ARGS+=       --without-cutter



Home | Main Index | Thread Index | Old Index