From aef15e1f6801fe4136601918e7f8ad3d70f67ab0 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Wed, 6 Apr 2011 19:39:04 +0000 Subject: [PATCH] - Fix a typo in BUILD_DEPENDS preventing the port from building [1] - Bump PORTREVISION PR: ports/156227 [1] Submitted by: Christopher Key Pointy hat to: bapt@ --- devel/p5-DateTime-Incomplete/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/p5-DateTime-Incomplete/Makefile b/devel/p5-DateTime-Incomplete/Makefile index 42ac51577495..27050e9e304f 100644 --- a/devel/p5-DateTime-Incomplete/Makefile +++ b/devel/p5-DateTime-Incomplete/Makefile @@ -8,6 +8,7 @@ PORTNAME= DateTime-Incomplete PORTVERSION= 0.06.00 DISTVERSION= ${PORTVERSION:C/\.(..)$//} +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An incomplete DateTime, like January 5 -BUILD_DEPENDS= p5-Datetime>=0:${PORTSDIR}/devel/p5-DateTime \ +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Set>=0.14:${PORTSDIR}/devel/p5-DateTime-Set \ p5-DateTime-Event-Recurrence>=0:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence RUN_DEPENDS= ${BUILD_DEPENDS}