From 9f20693b7b58058b8b15838c1a56fd1981389309 Mon Sep 17 00:00:00 2001 From: tobez Date: Thu, 3 Sep 2009 21:45:32 +0000 Subject: Dependency fix. Noticed by: pav via pointyhat --- graphics/p5-Color-Palette/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/p5-Color-Palette/Makefile b/graphics/p5-Color-Palette/Makefile index f3e10cf90e73..a650f76ae7b8 100644 --- a/graphics/p5-Color-Palette/Makefile +++ b/graphics/p5-Color-Palette/Makefile @@ -7,6 +7,7 @@ PORTNAME= Color-Palette PORTVERSION= 0.091400 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Color @@ -18,7 +19,7 @@ COMMENT= Handle sets of named colors in Perl BUILD_DEPENDS= p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ p5-Graphics-Color>=0.21:${PORTSDIR}/graphics/p5-Graphics-Color \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Moose.pm>=0:${PORTSDIR}/devel/p5-Moose + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -- cgit