aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2004-09-01 23:58:37 +0800
committerclsung <clsung@FreeBSD.org>2004-09-01 23:58:37 +0800
commitd8b8470a31b6853764e149c3307f8239317cd39e (patch)
treef046fb008058bdabd4c8bad2e318102392da7e7b
parent8751a0c99e22f98143a91e48e642271ba1437507 (diff)
downloadfreebsd-ports-gnome-d8b8470a31b6853764e149c3307f8239317cd39e.tar.gz
freebsd-ports-gnome-d8b8470a31b6853764e149c3307f8239317cd39e.tar.zst
freebsd-ports-gnome-d8b8470a31b6853764e149c3307f8239317cd39e.zip
Detect p5-Time-HiRes properly.
PR: ports/71245 Submitted by: Simon Dick <simond@irrelevant.org> Approved by: vanilla (co-mentor)
-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