diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-22 12:26:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-22 12:26:13 +0000 |
commit | 3d823245cd7241d7108520d415dd601f5efae853 (patch) | |
tree | 131aa5fa961c775dbfd4c9c831f1bbba8ba6100f /time | |
parent | 88a850f829184c2bb356dffc17bdf137f674f74e (diff) | |
download | pkgsrc-3d823245cd7241d7108520d415dd601f5efae853.tar.gz |
Comment out test dependency, it's recursive.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index de29e175720..434a047b33f 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -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 |