From dab6cdb616f0911136cef8a05cf4e273f7ec1249 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 28 Jan 2020 17:16:30 +0000 Subject: [PATCH] Fix dependency on pkg, the initial syntax will always find pkg (in base) --- security/base-audit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/base-audit/Makefile b/security/base-audit/Makefile index 6b5b76143ae4..e3868c235a7b 100644 --- a/security/base-audit/Makefile +++ b/security/base-audit/Makefile @@ -12,7 +12,7 @@ COMMENT= Daily periodic check of vulnerabilities in base system LICENSE= BSD3CLAUSE -RUN_DEPENDS= pkg:ports-mgmt/pkg +RUN_DEPENDS= ${LOCALBASE}/sbin/pkg:${PKG_ORIGIN} NO_ARCH= yes NO_BUILD= yes