pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mongo-tools Use correct versioned Go depende...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c0474d63682
branches:  trunk
changeset: 385394:5c0474d63682
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Sep 22 20:41:38 2018 +0000

description:
Use correct versioned Go dependency.

diffstat:

 databases/mongo-tools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b560ebcd853b -r 5c0474d63682 databases/mongo-tools/Makefile
--- a/databases/mongo-tools/Makefile    Sat Sep 22 19:44:21 2018 +0000
+++ b/databases/mongo-tools/Makefile    Sat Sep 22 20:41:38 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/07/08 13:54:39 bsiegert Exp $
+# $NetBSD: Makefile,v 1.15 2018/09/22 20:41:38 bsiegert Exp $
 
 DISTNAME=      mongo-tools-3.4.4
 PKGREVISION=   1
@@ -12,7 +12,7 @@
 
 GITHUB_TAG=    r${PKGVERSION_NOREV}
 
-BUILD_DEPENDS+=        go-${GO_VERSION}*:../../lang/go
+BUILD_DEPENDS+=        ${GO_PACKAGE_DEP}
 
 EXTRACT_USING= bsdtar
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index