diff options
author | grant <grant@pkgsrc.org> | 2003-12-30 04:27:51 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-30 04:27:51 +0000 |
commit | aadbf8fa3db7c92847ad6ad67573ec9534b1a442 (patch) | |
tree | caea3b7dce599a115f7c265d768e58b756abd636 /devel | |
parent | dd354e46070c1b78a26418def7541588276788ea (diff) | |
download | pkgsrc-aadbf8fa3db7c92847ad6ad67573ec9534b1a442.tar.gz |
no need for leading 0 in version number of DEPENDS.
Diffstat (limited to 'devel')
-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 |