diff options
author | tobez <tobez@FreeBSD.org> | 2009-09-04 05:45:32 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2009-09-04 05:45:32 +0800 |
commit | 9f20693b7b58058b8b15838c1a56fd1981389309 (patch) | |
tree | 1b5a2383de04bff935972d6b8b7bfd5bcbc9edfe /graphics | |
parent | 3fe00b5ec81f4decae1b9dad6279480bc299abff (diff) | |
download | freebsd-ports-gnome-9f20693b7b58058b8b15838c1a56fd1981389309.tar.gz freebsd-ports-gnome-9f20693b7b58058b8b15838c1a56fd1981389309.tar.zst freebsd-ports-gnome-9f20693b7b58058b8b15838c1a56fd1981389309.zip |
Dependency fix.
Noticed by: pav via pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Color-Palette/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |