diff options
author | grant <grant> | 2003-12-30 04:27:51 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-30 04:27:51 +0000 |
commit | 1f9664a3bc26586a36f64ed062b3c343b95a5e7a (patch) | |
tree | caea3b7dce599a115f7c265d768e58b756abd636 /devel/p5-Devel-SmallProf | |
parent | 42185fcab8199765a01589e0afbdf8821e9f1d75 (diff) | |
download | pkgsrc-1f9664a3bc26586a36f64ed062b3c343b95a5e7a.tar.gz |
no need for leading 0 in version number of DEPENDS.
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 fe981529cf2..788de9ecc46 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/21 16:43:37 martti Exp $ +# $NetBSD: Makefile,v 1.12 2003/12/30 04:27:51 grant 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:../../time/p5-Time-HiRes +DEPENDS= p5-Time-HiRes>=1.20:../../time/p5-Time-HiRes USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Devel/SmallProf/.packlist |