diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
commit | 4c68c01d0f361a4952973ce690a092d646acb7f3 (patch) | |
tree | 768b23086cd4c3e5b50d1df107582add5813e9e4 /sysutils/colorize | |
parent | 816258886feae2b6709756fd4b521a6ca59421a6 (diff) |
Notes
Diffstat (limited to 'sysutils/colorize')
-rw-r--r-- | sysutils/colorize/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/colorize/Makefile b/sysutils/colorize/Makefile index fa57dfe66a50..3ea83f26d52f 100644 --- a/sysutils/colorize/Makefile +++ b/sysutils/colorize/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= admin@lissyara.su COMMENT= A robust log colorizer -RUN_DEPENDS= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor +RUN_DEPENDS= p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} |