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/clamtk | |
parent | c60c1d09235abbfd733e901b1872b86adc82027c (diff) | |
download | freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'security/clamtk')
-rw-r--r-- | security/clamtk/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile index 1ed2af4f54bb..c52c7bc1072c 100644 --- a/security/clamtk/Makefile +++ b/security/clamtk/Makefile @@ -13,15 +13,15 @@ COMMENT= GTK front-end for Clam Antivirus LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \ - p5-Date-Calc>=5.5.1:${PORTSDIR}/devel/p5-Date-Calc \ - p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-Locale-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext \ - p5-Net-DNS>=0.65:${PORTSDIR}/dns/p5-Net-DNS \ - clamscan:${PORTSDIR}/security/clamav \ - p5-libwww>=5.822:${PORTSDIR}/www/p5-libwww \ - zenity:${PORTSDIR}/x11/zenity \ - p5-Gtk2>=1.144:${PORTSDIR}/x11-toolkits/p5-Gtk2 +RUN_DEPENDS= p5-Config-Tiny>=2.12:devel/p5-Config-Tiny \ + p5-Date-Calc>=5.5.1:devel/p5-Date-Calc \ + p5-File-Find-Rule>=0.30:devel/p5-File-Find-Rule \ + p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \ + p5-Net-DNS>=0.65:dns/p5-Net-DNS \ + clamscan:security/clamav \ + p5-libwww>=5.822:www/p5-libwww \ + zenity:x11/zenity \ + p5-Gtk2>=1.144:x11-toolkits/p5-Gtk2 NO_BUILD= yes USES= gettext-runtime:run perl5 shebangfix |