diff options
author | clsung <clsung@FreeBSD.org> | 2004-09-01 23:58:37 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-09-01 23:58:37 +0800 |
commit | d8b8470a31b6853764e149c3307f8239317cd39e (patch) | |
tree | f046fb008058bdabd4c8bad2e318102392da7e7b /net | |
parent | 8751a0c99e22f98143a91e48e642271ba1437507 (diff) | |
download | freebsd-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)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Amazon/Makefile | 2 |
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 |