From f04676fa5f591ae8c370feece710831dc7afef06 Mon Sep 17 00:00:00 2001 From: tobez Date: Thu, 10 Sep 2009 12:47:59 +0000 Subject: Fix dependency syntax. Reported by: portsnap buildbox --- graphics/p5-Graphics-Color/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/p5-Graphics-Color/Makefile b/graphics/p5-Graphics-Color/Makefile index 65f08ecb389..f9117584b68 100644 --- a/graphics/p5-Graphics-Color/Makefile +++ b/graphics/p5-Graphics-Color/Makefile @@ -7,6 +7,7 @@ PORTNAME= Graphics-Color PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +20,7 @@ BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone \ p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \ p5-MooseX-Storage>=0.14:${PORTSDIR}/devel/p5-MooseX-Storage \ - p5-MooseX-Types>=0.19${PORTSDIR}/devel/p5-MooseX-Types \ + p5-MooseX-Types>=0.19:${PORTSDIR}/devel/p5-MooseX-Types \ p5-Color-Library>=0.02:${PORTSDIR}/graphics/p5-Color-Library RUN_DEPENDS= ${BUILD_DEPENDS} -- cgit