diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 19:44:26 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 19:44:26 +0000 |
commit | 4f008d725474533a1cd77c99faed8f7ae34df8d4 (patch) | |
tree | 5e95a00e2dbdad5443e9ac71898320cf574dad5b /mail/p5-Mail-Graph | |
parent | eabc22a00d5bab47c760609160d9d6ec03aea5d1 (diff) | |
download | ports-4f008d725474533a1cd77c99faed8f7ae34df8d4.tar.gz ports-4f008d725474533a1cd77c99faed8f7ae34df8d4.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-Graph')
-rw-r--r-- | mail/p5-Mail-Graph/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-Mail-Graph/Makefile b/mail/p5-Mail-Graph/Makefile index a3142f41543a..101249ebac36 100644 --- a/mail/p5-Mail-Graph/Makefile +++ b/mail/p5-Mail-Graph/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for drawing graphical stats for mails/spams -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ - ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ - ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc +RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ + p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ + p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil \ + p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |