From aadbf8fa3db7c92847ad6ad67573ec9534b1a442 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 30 Dec 2003 04:27:51 +0000 Subject: [PATCH] no need for leading 0 in version number of DEPENDS. --- devel/p5-Devel-SmallProf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index fe981529cf2d..788de9ecc461 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