diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-04 13:07:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-04 13:07:13 +0800 |
commit | 855e8e3a76302d358a2b0c6c631a052a6c1c1fb4 (patch) | |
tree | 551df871403c224985439e9837969bfb06f647d3 /editors | |
parent | e505ccac188c4643dfd10663e82672c4832bfd92 (diff) | |
download | freebsd-ports-gnome-855e8e3a76302d358a2b0c6c631a052a6c1c1fb4.tar.gz freebsd-ports-gnome-855e8e3a76302d358a2b0c6c631a052a6c1c1fb4.tar.zst freebsd-ports-gnome-855e8e3a76302d358a2b0c6c631a052a6c1c1fb4.zip |
- Fix Dependency
PR: 165563
Submitted by: swills@
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Vimana/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/p5-Vimana/Makefile b/editors/p5-Vimana/Makefile index eb8bc3d782fc..75c6b3df31d6 100644 --- a/editors/p5-Vimana/Makefile +++ b/editors/p5-Vimana/Makefile @@ -7,6 +7,7 @@ PORTNAME= Vimana PORTVERSION= 2010.09303 +PORTREVISION= 1 CATEGORIES= editors perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORNELIUS @@ -27,7 +28,7 @@ RUN_DEPENDS= vim>=0:${PORTSDIR}/editors/vim \ p5-Exporter-Lite>=0.2:${PORTSDIR}/devel/p5-Exporter-Lite \ p5-Digest-MD5>=2.39:${PORTSDIR}/security/p5-Digest-MD5 \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ |