svn commit: r524502 - head/security/base-audit

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 28 17:16:30 UTC 2020


Author: bapt
Date: Tue Jan 28 17:16:30 2020
New Revision: 524502
URL: https://svnweb.freebsd.org/changeset/ports/524502

Log:
  Fix dependency on pkg, the initial syntax will always find pkg (in base)

Modified:
  head/security/base-audit/Makefile

Modified: head/security/base-audit/Makefile
==============================================================================
--- head/security/base-audit/Makefile	Tue Jan 28 17:11:52 2020	(r524501)
+++ head/security/base-audit/Makefile	Tue Jan 28 17:16:30 2020	(r524502)
@@ -12,7 +12,7 @@ COMMENT=	Daily periodic check of vulnerabilities in ba
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	pkg:ports-mgmt/pkg
+RUN_DEPENDS=	${LOCALBASE}/sbin/pkg:${PKG_ORIGIN}
 
 NO_ARCH=	yes
 NO_BUILD=	yes


More information about the svn-ports-head mailing list