Fix dependency on pkg, the initial syntax will always find pkg (in base)
This commit is contained in:
parent
648cacfaa7
commit
dab6cdb616
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524502
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue