diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
commit | e6353d0b3db307b860585f8ab426823ebe603cb0 (patch) | |
tree | 006d8263c256450d1533fb1effbde963c31ee3c0 /devel/colorgcc | |
parent | 3c027b3dce2f4e990f09b0e5b44f4b086a58f8c8 (diff) | |
download | ports-e6353d0b3db307b860585f8ab426823ebe603cb0.tar.gz ports-e6353d0b3db307b860585f8ab426823ebe603cb0.zip |
Notes
Diffstat (limited to 'devel/colorgcc')
-rw-r--r-- | devel/colorgcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/colorgcc/Makefile b/devel/colorgcc/Makefile index bce295a42816..a081fa5e7fe3 100644 --- a/devel/colorgcc/Makefile +++ b/devel/colorgcc/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= sbz@FreeBSD.org COMMENT= Perl script to colorize the terminal ouput of GCC -RUN_DEPENDS= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor +RUN_DEPENDS= p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor BUILD_DEPENDS:= ${RUN_DEPENDS} PLIST_FILES= bin/${PORTNAME} \ |