diff options
Diffstat (limited to 'security/clamav-unofficial-sigs/Makefile')
-rw-r--r-- | security/clamav-unofficial-sigs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/clamav-unofficial-sigs/Makefile b/security/clamav-unofficial-sigs/Makefile index 24f57950a5e9..3cfa6734508f 100644 --- a/security/clamav-unofficial-sigs/Makefile +++ b/security/clamav-unofficial-sigs/Makefile @@ -12,11 +12,11 @@ COMMENT= Update script for third-party ClamAV databases LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= clamscan:${PORTSDIR}/security/clamav \ - rsync:${PORTSDIR}/net/rsync \ - curl:${PORTSDIR}/ftp/curl \ - gpg:${PORTSDIR}/security/gnupg \ - bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= clamscan:security/clamav \ + rsync:net/rsync \ + curl:ftp/curl \ + gpg:security/gnupg \ + bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= extremeshok |