Comment out test dependency, it's recursive.
This commit is contained in:
parent
56bb665b86
commit
f84f772b2c
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.38 2012/04/22 12:25:26 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2012/04/22 12:26:13 wiz Exp $
|
||||
|
||||
DISTNAME= DateTime-TimeZone-1.46
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -14,8 +14,8 @@ DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
|
|||
DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
|
||||
DEPENDS+= p5-Class-Load-[0-9]*:../../devel/p5-Class-Load
|
||||
DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
|
||||
# for tests
|
||||
BUILD_DEPENDS+= p5-DateTime>=0.1501:../../time/p5-DateTime
|
||||
# for tests, but can't depend in it, since it depends on this package
|
||||
#BUILD_DEPENDS+= p5-DateTime>=0.1501:../../time/p5-DateTime
|
||||
|
||||
# on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX
|
||||
# but this will result in circular dependency
|
||||
|
|
Loading…
Reference in a new issue