diff options
author | tobez <tobez@FreeBSD.org> | 2009-09-10 20:47:59 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2009-09-10 20:47:59 +0800 |
commit | f04676fa5f591ae8c370feece710831dc7afef06 (patch) | |
tree | 62287e8bf4ab623c56512b78f97ee1fb5dde4de8 | |
parent | 387e07ba6af98879357108c76cfa436e8abbd5bc (diff) | |
download | freebsd-ports-gnome-f04676fa5f591ae8c370feece710831dc7afef06.tar.gz freebsd-ports-gnome-f04676fa5f591ae8c370feece710831dc7afef06.tar.zst freebsd-ports-gnome-f04676fa5f591ae8c370feece710831dc7afef06.zip |
Fix dependency syntax.
Reported by: portsnap buildbox
-rw-r--r-- | graphics/p5-Graphics-Color/Makefile | 3 |
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} |