pkgsrc-WIP-changes archive

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

mk/hg-package.mk



Module Name:	pkgsrc-wip
Committed By:	Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By:	hauke
Date:		Thu Jul 22 18:05:31 2021 +0200
Changeset:	539ddc3f5ad9e7f1f3ad8d52510ec508bd2d12c7

Modified Files:
	mk/hg-package.mk

Log Message:
mk/hg-package.mk

Add BUILD_DEPENDS for ssl cert bundle, the 'hg clone' will not be much
fun without it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=539ddc3f5ad9e7f1f3ad8d52510ec508bd2d12c7

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

diffstat:
 mk/hg-package.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/mk/hg-package.mk b/mk/hg-package.mk
index 54ab5f5215..bf64788fd6 100644
--- a/mk/hg-package.mk
+++ b/mk/hg-package.mk
@@ -43,6 +43,7 @@
 # Keywords: hg mercurial
 
 BUILD_DEPENDS+=		${PYPKGPREFIX}-mercurial>=0.9:../../devel/py-mercurial
+BUILD_DEPENDS+=		mozilla-rootcerts-openssl>=2.6:../../security/mozilla-rootcerts-openssl
 
 # Defaults for package-settable variables
 DISTFILES?=		# empty


Home | Main Index | Thread Index | Old Index