pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/mongo-tools
Module Name: pkgsrc
Committed By: bsiegert
Date: Sat Sep 22 20:41:38 UTC 2018
Modified Files:
pkgsrc/databases/mongo-tools: Makefile
Log Message:
Use correct versioned Go dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/mongo-tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/mongo-tools/Makefile
diff -u pkgsrc/databases/mongo-tools/Makefile:1.14 pkgsrc/databases/mongo-tools/Makefile:1.15
--- pkgsrc/databases/mongo-tools/Makefile:1.14 Sun Jul 8 13:54:39 2018
+++ pkgsrc/databases/mongo-tools/Makefile Sat Sep 22 20:41:38 2018
@@ -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 @@ LICENSE= apache-2.0
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