diff options
author | adamw <adamw@FreeBSD.org> | 2015-03-14 01:33:20 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-03-14 01:33:20 +0800 |
commit | 228f79380e567c50f712c282998f4bf49385e83a (patch) | |
tree | af37abcebed4cd29ab7f46d549d8a5afabf33ff6 | |
parent | 3285716aaeafc0b799b7d0f09455fb838f7423eb (diff) | |
download | freebsd-ports-gnome-228f79380e567c50f712c282998f4bf49385e83a.tar.gz freebsd-ports-gnome-228f79380e567c50f712c282998f4bf49385e83a.tar.zst freebsd-ports-gnome-228f79380e567c50f712c282998f4bf49385e83a.zip |
Fix typos.
-rw-r--r-- | editors/p5-Vimana/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/p5-Vimana/Makefile b/editors/p5-Vimana/Makefile index 2d75bbf94b49..64cff7b2010a 100644 --- a/editors/p5-Vimana/Makefile +++ b/editors/p5-Vimana/Makefile @@ -25,10 +25,10 @@ RUN_DEPENDS= vim:${PORTSDIR}/editors/vim \ p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \ p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ - p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools + p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ - p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww \ + p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww USES= perl5 USE_PERL5= configure |