Date: Tue, 28 Jan 2020 17:16:30 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524502 - head/security/base-audit Message-ID: <202001281716.00SHGUjc076977@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001281716.00SHGUjc076977>