summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorryoon <ryoon>2013-08-06 11:41:37 +0000
committerryoon <ryoon>2013-08-06 11:41:37 +0000
commit8541170eddbf3dd578c44bcf118aedb78c26d033 (patch)
tree912b9c4aa327319354079437f9e1d9f5bbc6bdad /time
parent74b288266efa4d908fae5462995cc698b5f67f1b (diff)
downloadpkgsrc-8541170eddbf3dd578c44bcf118aedb78c26d033.tar.gz
Fix broken BUILD_DEPENDS.
Noticed by spz@. Thank you.
Diffstat (limited to 'time')
-rw-r--r--time/p5-Data-ICal/Makefile4
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