pkgsrc-WIP-changes archive

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

wip/pkgchkxx: Use whatever ${MAKE} contains for building packages, and don't hardcode it to devel/bmake



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Mon Oct 9 15:58:14 2023 +0900
Changeset:	cf68a6cb46459ea6078f0ca656f4309dcd55c338

Modified Files:
	pkgchkxx/Makefile

Log Message:
wip/pkgchkxx: Use whatever ${MAKE} contains for building packages, and don't hardcode it to devel/bmake

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

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

diffstat:
 pkgchkxx/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/pkgchkxx/Makefile b/pkgchkxx/Makefile
index 823c7f3f7d..7fdb779b69 100644
--- a/pkgchkxx/Makefile
+++ b/pkgchkxx/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	pkgchkxx-0.1.6
+PKGREVISION=	1
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_GITHUB:=depressed-pho/}
 GITHUB_RELEASE=	${DISTNAME}
@@ -19,12 +20,12 @@ CONFIGURE_ARGS+=	--disable-doxygen
 
 # These are runtime dependencies and therefore must not contain references
 # to ${WRKDIR}.
+CONFIGURE_ARGS+=	BMAKE=${MAKE}
 CONFIGURE_ARGS+=	PKG_CONFIG=${PREFIX}/bin/pkgconf
 CONFIGURE_ARGS+=	PKG_CONFIG_LIBDIR=	# empty
 CONFIGURE_ARGS+=	PKG_CONFIG_PATH=	# empty
 CONFIGURE_ENV+=		XARGS=/usr/bin/xargs
 
-DEPENDS+=	bmake>=20200524:../../devel/bmake
 DEPENDS+=	pkg_install>=20211115:../../pkgtools/pkg_install
 DEPENDS+=	pkgconf>=1.9.4:../../devel/pkgconf
 


Home | Main Index | Thread Index | Old Index