summaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-09-01 15:58:37 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-09-01 15:58:37 +0000
commit4829d989ab8a1133577efbbea219598ee0474b97 (patch)
tree7a4594063e921d9fedbbc7925f9cda8b43a290c9 /net/p5-Net-Amazon
parentFix permissions issue caused by last commit. (diff)
Detect p5-Time-HiRes properly.
PR: ports/71245 Submitted by: Simon Dick <simond@irrelevant.org> Approved by: vanilla (co-mentor)
Notes
Notes: svn path=/head/; revision=117842
Diffstat (limited to 'net/p5-Net-Amazon')
-rw-r--r--net/p5-Net-Amazon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Amazon/Makefile b/net/p5-Net-Amazon/Makefile
index c85fb46358c7..79e5ce15a250 100644
--- a/net/p5-Net-Amazon/Makefile
+++ b/net/p5-Net-Amazon/Makefile
@@ -50,7 +50,7 @@ MAN3= Net::Amazon.3 Net::Amazon::Attribute::Review.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500805
-BUILD_DEPENDS+= ${SITE_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again