diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail/ovs/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'mail/ovs/Makefile')
-rw-r--r-- | mail/ovs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ovs/Makefile b/mail/ovs/Makefile index e2ec9a33f01a..250db9a0b9a6 100644 --- a/mail/ovs/Makefile +++ b/mail/ovs/Makefile @@ -14,8 +14,8 @@ COMMENT= RRDtool frontend for mail statistics LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ - p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail +RUN_DEPENDS= rrdtool>=0:databases/rrdtool \ + p5-File-Tail>=0:devel/p5-File-Tail NO_BUILD= yes NO_ARCH= yes |