diff options
author | mat <mat@FreeBSD.org> | 2013-11-16 01:40:36 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-16 01:40:36 +0800 |
commit | 9c52019297cf84aef6d437b4afaf25d88ea810e7 (patch) | |
tree | 946a10c769545dc64d42c8d3271f50743ab253f8 /devel | |
parent | 62471bbed510db4c510e5d1d8de23c330bf47b32 (diff) | |
download | freebsd-ports-gnome-9c52019297cf84aef6d437b4afaf25d88ea810e7.tar.gz freebsd-ports-gnome-9c52019297cf84aef6d437b4afaf25d88ea810e7.tar.zst freebsd-ports-gnome-9c52019297cf84aef6d437b4afaf25d88ea810e7.zip |
Chase up perltidy new name.
Pointy hat to: mat
Reported by: portsnap's cperciva.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-Dumper-Perltidy/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Test-PerlTidy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-Dumper-Perltidy/Makefile b/devel/p5-Data-Dumper-Perltidy/Makefile index a02e8120f300..342d1a3838cc 100644 --- a/devel/p5-Data-Dumper-Perltidy/Makefile +++ b/devel/p5-Data-Dumper-Perltidy/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mopsfelder@gmail.com COMMENT= Stringify and pretty print Perl data structures -RUN_DEPENDS= perltidy>=0:${PORTSDIR}/devel/perltidy +RUN_DEPENDS= perltidy:${PORTSDIR}/devel/p5-Perl-Tidy USES= perl5 USE_PERL5= configure diff --git a/devel/p5-Test-PerlTidy/Makefile b/devel/p5-Test-PerlTidy/Makefile index 627b74ba95ae..dfed77cc27d4 100644 --- a/devel/p5-Test-PerlTidy/Makefile +++ b/devel/p5-Test-PerlTidy/Makefile @@ -12,7 +12,7 @@ COMMENT= Perl extension to check that all your files are tidy RUN_DEPENDS= \ p5-File-Finder>0:${PORTSDIR}/devel/p5-File-Finder \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ - perltidy>=20121207:${PORTSDIR}/devel/perltidy \ + perltidy:${PORTSDIR}/devel/p5-Perl-Tidy \ p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff BUILD_DEPENDS= ${RUN_DEPENDS} |