aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graphics-Color
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2009-09-10 12:47:59 +0000
committerAnton Berezin <tobez@FreeBSD.org>2009-09-10 12:47:59 +0000
commitb6c8c18f7836dd3a90369f9cd2b9f5ea2e307210 (patch)
treea7ab2e23d901d62d33060bbd0cc8127f16dffd43 /graphics/p5-Graphics-Color
parent9da5b3521fdd3153a9e3cf2934714dc1348b7bea (diff)
downloadports-b6c8c18f7836dd3a90369f9cd2b9f5ea2e307210.tar.gz
ports-b6c8c18f7836dd3a90369f9cd2b9f5ea2e307210.zip
Fix dependency syntax.
Reported by: portsnap buildbox
Notes
Notes: svn path=/head/; revision=241158
Diffstat (limited to 'graphics/p5-Graphics-Color')
-rw-r--r--graphics/p5-Graphics-Color/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Graphics-Color/Makefile b/graphics/p5-Graphics-Color/Makefile
index 65f08ecb3894..f9117584b68e 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}