aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-Graph
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2009-10-26 15:55:37 +0800
committerleeym <leeym@FreeBSD.org>2009-10-26 15:55:37 +0800
commitab7b2019a98cb64fb43c00472c3707819eeb5d5a (patch)
treec65d3dce1c093804f409f25dc139545a24ad4351 /mail/p5-Mail-Graph
parentd63f6eb39a584c41262e615a0172f19f6c40f48a (diff)
downloadfreebsd-ports-gnome-ab7b2019a98cb64fb43c00472c3707819eeb5d5a.tar.gz
freebsd-ports-gnome-ab7b2019a98cb64fb43c00472c3707819eeb5d5a.tar.zst
freebsd-ports-gnome-ab7b2019a98cb64fb43c00472c3707819eeb5d5a.zip
- replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ${SITE_PERL}/Date/Calc.pm for ${PORTSDIR}/devel/p5-Date-Calc
Diffstat (limited to 'mail/p5-Mail-Graph')
-rw-r--r--mail/p5-Mail-Graph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-Graph/Makefile b/mail/p5-Mail-Graph/Makefile
index 72ae875728bb..51b40d6188ab 100644
--- a/mail/p5-Mail-Graph/Makefile
+++ b/mail/p5-Mail-Graph/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \
${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}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
+ ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
RUN_DEPENDS= ${BUILD_DEPENDS}