no need for leading 0 in version number of DEPENDS.
This commit is contained in:
parent
dd354e4607
commit
aadbf8fa3d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue