diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:10:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:10:09 +0000 |
commit | 5c64b5a4911718fa81c0be3e3aad5da37630a2dc (patch) | |
tree | 00fcf0fa616ca872f96b192c443509a356ced8c0 /mail/ovs/Makefile | |
parent | 72fedb70a9074e30f94495fc051cf2771a93b3f0 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300267
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 8520e3f3ea37..049c9b17feb3 100644 --- a/mail/ovs/Makefile +++ b/mail/ovs/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= ftp://ftp.oav.net/openvisp/stats/ MAINTAINER= kiwi@oav.net COMMENT= A RRDtool frontend for mail statistics -RUN_DEPENDS= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool \ - ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail +RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ + p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes USE_PERL5= yes |