pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-cucumber-messages



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 19 00:48:43 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-cucumber-messages: Makefile

Log Message:
devel/ruby-cucumber-messages: fix dependency

Fix broken dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-cucumber-messages/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-cucumber-messages/Makefile
diff -u pkgsrc/devel/ruby-cucumber-messages/Makefile:1.4 pkgsrc/devel/ruby-cucumber-messages/Makefile:1.5
--- pkgsrc/devel/ruby-cucumber-messages/Makefile:1.4    Sat Jan 18 16:26:43 2020
+++ pkgsrc/devel/ruby-cucumber-messages/Makefile        Sun Jan 19 00:48:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 16:26:43 taca Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/19 00:48:43 taca Exp $
 
 DISTNAME=      cucumber-messages-9.0.3
 PKGREVISION=   1
@@ -9,8 +9,8 @@ HOMEPAGE=       https://github.com/cucumber/cu
 COMMENT=       Cucumber Messages for Ruby (Protocol Buffers)
 LICENSE=       mit
 
-DEPENDS+=      json>=2.3.0<2.4:../../textproc/ruby-json
-DEPENDS+=      protobuf-cucumber>=3.10.4<3.11:../../devel/ruby-protobuf-cucumber
+DEPENDS+=      ${RUBY_PKGPREFIX}-json>=2.3.0<2.4:../../textproc/ruby-json
+DEPENDS+=      ${RUBY_PKGPREFIX}-protobuf-cucumber>=3.10.4<3.11:../../devel/ruby-protobuf-cucumber
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index