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 17:47:20 2021 +0200
Changeset:	49f168ca86f2032d8715adc0da503b63afca6792

Modified Files:
	mk/hg-package.mk

Log Message:
mk/hg-package.mk

.include python/pyversion.mk, we need PYPKGPREFIX set in BUILD_DEPENDS.

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

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, 2 insertions(+)

diffs:
diff --git a/mk/hg-package.mk b/mk/hg-package.mk
index 349b9cf811..54ab5f5215 100644
--- a/mk/hg-package.mk
+++ b/mk/hg-package.mk
@@ -185,3 +185,5 @@ _SYS_VARS.hg+=	${varbase}.${repo}
 .  endfor
 .endfor
 _USE_VARS.hg+=	DISTNAME
+
+.include "../../lang/python/pyversion.mk"


Home | Main Index | Thread Index | Old Index