pkgsrc-WIP-changes archive

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

lpjs: Add runas dep for munge key copy



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Apr 9 09:10:29 2024 -0500
Changeset:	c25a464a184e333a23bdb8c62023b958bc11eeb5

Modified Files:
	lpjs/Makefile

Log Message:
lpjs: Add runas dep for munge key copy

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

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

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

diffs:
diff --git a/lpjs/Makefile b/lpjs/Makefile
index 7791ab8644..a69e0530d4 100644
--- a/lpjs/Makefile
+++ b/lpjs/Makefile
@@ -17,7 +17,8 @@ COMMENT=	Lightweight, Portable Job Scheduler
 LICENSE=	2-clause-bsd
 
 TOOL_DEPENDS=	realpath>0:../../wip/realpath
-DEPENDS=	auto-admin>0:../../wip/auto-admin
+DEPENDS=	auto-admin>0:../../wip/auto-admin \
+		runas>0:../../sysutils/runas
 
 # Force install with full debug info until release
 CFLAGS+=	-g


Home | Main Index | Thread Index | Old Index