diff options
author | ryoon <ryoon> | 2013-08-06 11:41:37 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-08-06 11:41:37 +0000 |
commit | 22e1fee42b2799f720e63a34b86a9844d9b4d20f (patch) | |
tree | 912b9c4aa327319354079437f9e1d9f5bbc6bdad /time | |
parent | ce8bdeb51ef0d4e30623723f163a24f3b2e99457 (diff) | |
download | pkgsrc-22e1fee42b2799f720e63a34b86a9844d9b4d20f.tar.gz |
Fix broken BUILD_DEPENDS.
Noticed by spz@. Thank you.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Data-ICal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-Data-ICal/Makefile b/time/p5-Data-ICal/Makefile index e0ec2306bdf..35f0d541ef5 100644 --- a/time/p5-Data-ICal/Makefile +++ b/time/p5-Data-ICal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/05/31 12:42:25 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/08/06 11:41:37 ryoon Exp $ DISTNAME= Data-ICal-0.19 PKGNAME= p5-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= p5-Class-ReturnValue>=0.53:../../devel/p5-Class-ReturnValue DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData -BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Warn +BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn |