diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
commit | 2ff80f55375ee2811ca2895a06b853699c3e0915 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/scamp | |
parent | c60c1d09235abbfd733e901b1872b86adc82027c (diff) | |
download | freebsd-ports-graphics-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz freebsd-ports-graphics-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst freebsd-ports-graphics-2ff80f55375ee2811ca2895a06b853699c3e0915.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'security/scamp')
-rw-r--r-- | security/scamp/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/scamp/Makefile b/security/scamp/Makefile index 7fd5e395c45..37325f90f9c 100644 --- a/security/scamp/Makefile +++ b/security/scamp/Makefile @@ -11,15 +11,15 @@ COMMENT= Download & Install additional definition files for Clamav LICENSE= BSD3CLAUSE -RUN_DEPENDS= bash>=4.2.42:${PORTSDIR}/shells/bash \ - clamav>=0.97.8:${PORTSDIR}/security/clamav \ - gnupg>=2.0.19:${PORTSDIR}/security/gnupg \ - rsync>=3.0.9:${PORTSDIR}/net/rsync +RUN_DEPENDS= bash>=4.2.42:shells/bash \ + clamav>=0.97.8:security/clamav \ + gnupg>=2.0.19:security/gnupg \ + rsync>=3.0.9:net/rsync .if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl) -RUN_DEPENDS+= wget>=1.14:${PORTSDIR}/ftp/wget +RUN_DEPENDS+= wget>=1.14:ftp/wget .else -RUN_DEPENDS+= curl>=7.24.0_2:${PORTSDIR}/ftp/curl +RUN_DEPENDS+= curl>=7.24.0_2:ftp/curl .endif NO_BUILD= yes |