pkgsrc-WIP-changes archive

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

mk/hg-package.mk: use py-mercurial



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sat Nov 7 17:53:02 2020 +0100
Changeset:	b75530adaa5beff10a13ca1230b2caa64f9e8a20

Modified Files:
	mk/hg-package.mk

Log Message:
mk/hg-package.mk: use py-mercurial

This allows selecting one that fits a version supported by the package

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

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

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

diffs:
diff --git a/mk/hg-package.mk b/mk/hg-package.mk
index f137b4f419..349b9cf811 100644
--- a/mk/hg-package.mk
+++ b/mk/hg-package.mk
@@ -42,7 +42,7 @@
 #
 # Keywords: hg mercurial
 
-BUILD_DEPENDS+=		mercurial>=0.9:../../devel/mercurial
+BUILD_DEPENDS+=		${PYPKGPREFIX}-mercurial>=0.9:../../devel/py-mercurial
 
 # Defaults for package-settable variables
 DISTFILES?=		# empty


Home | Main Index | Thread Index | Old Index