diff options
author | tron <tron@pkgsrc.org> | 2002-07-05 07:03:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-07-05 07:03:17 +0000 |
commit | 0f6da3cf1c729c7b0d5ddbd261d2b2de158a7003 (patch) | |
tree | 7d3d272d29436240998fd63f522757255c716e87 /devel/p5-Devel-SmallProf | |
parent | fb41ed89b8c1260a55d873baa85567200cae27c1 (diff) | |
download | pkgsrc-0f6da3cf1c729c7b0d5ddbd261d2b2de158a7003.tar.gz |
Adapt to new location of "p5-Time-HiRes" package.
Diffstat (limited to 'devel/p5-Devel-SmallProf')
-rw-r--r-- | devel/p5-Devel-SmallProf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index b9fce27ff7b..fdade1747df 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/11/26 06:49:48 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/07/05 07:03:17 tron Exp $ # DISTNAME= Devel-SmallProf-0.9 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} MAINTAINER= bad@netbsd.org COMMENT= perl5 module for line-by-line profiling perl programs -DEPENDS= p5-Time-HiRes>=01.20:../../devel/p5-Time-HiRes +DEPENDS= p5-Time-HiRes>=01.20:../../time/p5-Time-HiRes USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Devel/SmallProf/.packlist |