diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-10 04:28:34 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-10 04:28:34 +0800 |
commit | 84a25cf3866c15d71833bcbc27aaf20769bcc5a5 (patch) | |
tree | a8e74232b79bbdfcc646740ece4059e8f88bb36e /textproc | |
parent | 8176800390c6080576631046ab7822c97ccde662 (diff) | |
download | freebsd-ports-gnome-84a25cf3866c15d71833bcbc27aaf20769bcc5a5.tar.gz freebsd-ports-gnome-84a25cf3866c15d71833bcbc27aaf20769bcc5a5.tar.zst freebsd-ports-gnome-84a25cf3866c15d71833bcbc27aaf20769bcc5a5.zip |
- Fix INDEX
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Perl-Critic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index 41d56f340b70..dd5687eea2da 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -30,7 +30,7 @@ RUN_DEPENDS= p5-B-Keywords>=1.05:${PORTSDIR}/devel/p5-B-Keywords \ p5-String-Format>=1.13:${PORTSDIR}/textproc/p5-String-Format \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-version>=0:${PORTSDIR}/devel/p5-version \ - p5-PPIx-Utilities>=1.000:${PORTSDIR}/textproc/p5-PPIx-Utilitites \ + p5-PPIx-Utilities>=1.000:${PORTSDIR}/textproc/p5-PPIx-Utilities \ perltidy:${PORTSDIR}/devel/perltidy BUILD_DEPENDS= ${RUN_DEPENDS} |